|
inicpp
C++ parser of INI files with schema validation.
|
#include <types.h>
Public Member Functions | |
| internal_enum_type () | |
| internal_enum_type (const std::string &value) | |
| internal_enum_type (const char *value) | |
| internal_enum_type (const internal_enum_type &other) | |
| internal_enum_type (bool) | |
| internal_enum_type (int64_t) | |
| internal_enum_type (uint64_t) | |
| internal_enum_type (double) | |
| internal_enum_type & | operator= (const internal_enum_type &other) |
| operator std::string () const | |
| operator double () const | |
| bool | operator== (const internal_enum_type &other) |
| bool | operator!= (const internal_enum_type &other) |
| bool | operator< (const internal_enum_type &other) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |