Sha256: 7def05637383a57a118ec40f83f4db97d6f9211cc837df8c96197dad885b7152

Contents?: true

Size: 217 Bytes

Versions: 17

Compression:

Stored size: 217 Bytes

Contents

#ifndef _IV_ERRORS_H_
#define _IV_ERRORS_H_
namespace iv {
namespace core {

class Errors {
 public:
  enum Type {
    kILLEGAL = 0,
    kLEFTHANDSIDE = 0,
  };
};

} }  // namespace iv::core
#endif  // _IV_ERRORS_H_

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
iv-phonic-0.1.8 ext/include/iv/errors.h
iv-phonic-0.1.7 ext/include/iv/errors.h
iv-phonic-0.1.6 ext/include/iv/errors.h
iv-phonic-0.1.5 ext/include/iv/errors.h
iv-phonic-0.1.4 ext/include/iv/errors.h
iv-phonic-0.1.3 ext/include/iv/errors.h
iv-phonic-0.1.2 ext/include/iv/errors.h
iv-phonic-0.1.1 ext/include/iv/errors.h
iv-phonic-0.1.0 ext/include/iv/errors.h
iv-phonic-0.0.9 ext/include/iv/errors.h
iv-phonic-0.0.8 ext/include/iv/errors.h
iv-phonic-0.0.7 ext/include/iv/errors.h
iv-phonic-0.0.6 ext/include/iv/errors.h
iv-phonic-0.0.5 ext/include/iv/errors.h
iv-phonic-0.0.3 ext/include/iv/errors.h
iv-phonic-0.0.2 ext/include/iv/errors.h
iv-phonic-0.0.1 ext/include/iv/errors.h