ObjectInfo.h File Reference
#include "PropertyInfo.h"
Include dependency graph for ObjectInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ConfigDB::ObjectInfo
 

Namespaces

 ConfigDB
 

Macros

#define CONFIGDB_OBJECT_TYPE_MAP(XX)
 
#define XX(name)   name,
 

Enumerations

enum class  ConfigDB::ObjectType : uint32_t { ConfigDB::XX }
 

Functions

String toString (ConfigDB::ObjectType type)
 

Macro Definition Documentation

◆ CONFIGDB_OBJECT_TYPE_MAP

#define CONFIGDB_OBJECT_TYPE_MAP (   XX)
Value:
XX(Object) \
XX(Array) \
XX(ObjectArray) \
XX(Union)
#define XX(name)
Definition: ObjectInfo.h:33
FSTR::Array< Ssl::CipherSuite > Array
Definition: CipherSuite.h:182

◆ XX

#define XX (   name)    name,

Function Documentation

◆ toString()

String toString ( ConfigDB::ObjectType  type)