BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <enum_type.hpp>
Public Member Functions | |
enum_type (EnumType t) | |
enum_type (IntType t) | |
enum_type () | |
operator IntType () const | |
operator EnumType () const | |
operator std::string () const | |
enum_type & | operator= (IntType i) |
enum_type & | operator= (EnumType i) |
bool | operator< (EnumType i) const |
bool | operator> (EnumType i) const |
bool | operator< (const enum_type &e) const |
bool | operator> (const enum_type &e) const |
bool | operator<= (const enum_type &e) const |
bool | operator>= (const enum_type &e) const |
Public Attributes | |
EnumType | value |
Friends | |
bool | operator== (const enum_type &e, IntType i) |
bool | operator== (const enum_type &e, EnumType i) |
bool | operator== (const enum_type &e, const enum_type &i) |
bool | operator== (IntType i, const enum_type &e) |
bool | operator== (EnumType i, const enum_type &e) |
bool | operator!= (const enum_type &e, IntType i) |
bool | operator!= (const enum_type &e, EnumType i) |
bool | operator!= (const enum_type &e, const enum_type &i) |
Definition at line 9 of file enum_type.hpp.
|
inline |
Definition at line 12 of file enum_type.hpp.
|
inline |
Definition at line 15 of file enum_type.hpp.
|
inline |
Definition at line 18 of file enum_type.hpp.
|
inline |
Definition at line 21 of file enum_type.hpp.
|
inlineexplicit |
Definition at line 20 of file enum_type.hpp.
|
inline |
Definition at line 22 of file enum_type.hpp.
|
inline |
Definition at line 29 of file enum_type.hpp.
|
inline |
Definition at line 26 of file enum_type.hpp.
|
inline |
Definition at line 32 of file enum_type.hpp.
|
inline |
Definition at line 25 of file enum_type.hpp.
|
inline |
Definition at line 24 of file enum_type.hpp.
|
inline |
Definition at line 30 of file enum_type.hpp.
|
inline |
Definition at line 27 of file enum_type.hpp.
|
inline |
Definition at line 33 of file enum_type.hpp.
|
friend |
Definition at line 44 of file enum_type.hpp.
|
friend |
Definition at line 43 of file enum_type.hpp.
|
friend |
Definition at line 42 of file enum_type.hpp.
|
friend |
Definition at line 38 of file enum_type.hpp.
|
friend |
Definition at line 36 of file enum_type.hpp.
|
friend |
Definition at line 35 of file enum_type.hpp.
|
friend |
Definition at line 40 of file enum_type.hpp.
|
friend |
Definition at line 39 of file enum_type.hpp.
EnumType fc::enum_type< IntType, EnumType >::value |
Definition at line 46 of file enum_type.hpp.