|
|
template<class T > |
bool | mastercore::IsEcosystem (T value, typename boost::enable_if< boost::is_arithmetic< T > >::type *dummy=0) |
| Checks whether the value describes an ecosystem. More...
|
|
bool | mastercore::IsEcosystem (const char *pzn) |
| Checks whether the value describes an ecosystem. More...
|
|
bool | mastercore::IsEcosystem (const std::string &str) |
| Checks whether the value describes an ecosystem. More...
|
|
|
template<class T > |
bool | mastercore::IsBlockInterval (T value, typename boost::enable_if< boost::is_arithmetic< T > >::type *dummy=0) |
| Checks whether the value describes an interval measured in blocks. More...
|
|
bool | mastercore::IsBlockInterval (const char *pzn) |
| Checks whether the value describes an interval measured in blocks. More...
|
|
bool | mastercore::IsBlockInterval (const std::string &str) |
| Checks whether the value describes an interval measured in blocks. More...
|
|
|
template<class T > |
bool | mastercore::IsDexAction (T value, typename boost::enable_if< boost::is_arithmetic< T > >::type *dummy=0) |
| Checks whether the value describes an action of the distributed exchange. More...
|
|
bool | mastercore::IsDexAction (const char *pzn) |
| Checks whether the value describes an action of the distributed exchange. More...
|
|
bool | mastercore::IsDexAction (const std::string &str) |
| Checks whether the value describes an action of the distributed exchange. More...
|
|
|
template<class T > |
bool | mastercore::IsMetaDexAction (T value, typename boost::enable_if< boost::is_arithmetic< T > >::type *dummy=0) |
| Checks whether the value describes an action of the distributed token exchange. More...
|
|
bool | mastercore::IsMetaDexAction (const char *pzn) |
| Checks whether the value describes an action of the distributed token exchange. More...
|
|
bool | mastercore::IsMetaDexAction (const std::string &str) |
| Checks whether the value describes an action of the distributed token exchange. More...
|
|
|
template<class T > |
bool | mastercore::IsSubAction (T value, typename boost::enable_if< boost::is_arithmetic< T > >::type *dummy=0) |
| Checks whether the value describes a subaction. More...
|
|
bool | mastercore::IsSubAction (const char *pzn) |
| Checks whether the value describes a subaction. More...
|
|
bool | mastercore::IsSubAction (const std::string &str) |
| Checks whether the value describes a subaction. More...
|
|
|
template<class T > |
bool | mastercore::IsPropertyType (T value, typename boost::enable_if< boost::is_arithmetic< T > >::type *dummy=0) |
| Checks whether the value describes a property type. More...
|
|
bool | mastercore::IsPropertyType (const char *pzn) |
| Checks whether the value describes a property type. More...
|
|
bool | mastercore::IsPropertyType (const std::string &str) |
| Checks whether the value describes a property type. More...
|
|
|
template<class T > |
bool | mastercore::IsPropertyId (T value, typename boost::enable_if< boost::is_arithmetic< T > >::type *dummy=0) |
| Checks whether the value describes a property identifier. More...
|
|
bool | mastercore::IsPropertyId (const char *pzn) |
| Checks whether the value describes a property identifier. More...
|
|
bool | mastercore::IsPropertyId (const std::string &str) |
| Checks whether the value describes a property identifier. More...
|
|
|
template<class T > |
bool | mastercore::IsDivisibleAmount (T value, typename boost::enable_if< boost::is_arithmetic< T > >::type *dummy=0) |
| Checks whether the value describes a divisible amount. More...
|
|
bool | mastercore::IsDivisibleAmount (const char *pzn) |
| Checks whether the value describes a divisible amount. More...
|
|
bool | mastercore::IsDivisibleAmount (const std::string &str) |
| Checks whether the value describes a divisible amount. More...
|
|
|
template<class T > |
bool | mastercore::IsIndivisibleAmount (T value, typename boost::enable_if< boost::is_arithmetic< T > >::type *dummy=0) |
| Checks whether the value describes an indivisible amount. More...
|
|
bool | mastercore::IsIndivisibleAmount (const char *pzn) |
| Checks whether the value describes an indivisible amount. More...
|
|
bool | mastercore::IsIndivisibleAmount (const std::string &str) |
| Checks whether the value describes an indivisible amount. More...
|
|
|
template<class T > |
bool | mastercore::IsTokenAmount (T value, typename boost::enable_if< boost::is_arithmetic< T > >::type *dummy=0) |
| Checks whether the value describes either a divisible or indivisible amount. More...
|
|
bool | mastercore::IsTokenAmount (const char *pzn) |
| Checks whether the value describes either a divisible or indivisible amount. More...
|
|
bool | mastercore::IsTokenAmount (const std::string &str) |
| Checks whether the value describes either a divisible or indivisible amount. More...
|
|