Status.h File Reference
Include dependency graph for Status.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| struct | ConfigDB::Status |
| Stores import/export stream status information. More... | |
| struct | ConfigDB::Status::Code |
Namespaces | |
| ConfigDB | |
Macros | |
| #define | CONFIGDB_ERROR_MAP(XX) |
| #define | CONFIGDB_FORMAT_ERROR_MAP(XX) |
| #define | XX(err) err, |
| #define | XX(err) err, |
Enumerations | |
| enum class | ConfigDB::Error { ConfigDB::XX } |
| enum class | ConfigDB::FormatError { ConfigDB::XX } |
Functions | |
| String | toString (ConfigDB::Status status) |
| String | toString (ConfigDB::FormatError error) |
Macro Definition Documentation
◆ CONFIGDB_ERROR_MAP
| #define CONFIGDB_ERROR_MAP | ( | XX | ) |
Value:
◆ CONFIGDB_FORMAT_ERROR_MAP
| #define CONFIGDB_FORMAT_ERROR_MAP | ( | XX | ) |
Value:
XX(BadSyntax) \
XX(BadType) \
XX(BadSelector) \
XX(BadIndex) \
XX(BadProperty) \
XX(NotInSchema) \
XX(UpdateConflict)
◆ XX [1/2]
| #define XX | ( | err | ) | err, |
◆ XX [2/2]
| #define XX | ( | err | ) | err, |
Function Documentation
◆ toString() [1/2]
| String toString | ( | ConfigDB::FormatError | error | ) |
◆ toString() [2/2]
|
inline |
1.9.1