#include <sal/config.h>
#include <sal/types.h>
Go to the source code of this file.
|
enum | configmgr::Type {
configmgr::TYPE_ERROR
,
configmgr::TYPE_NIL
,
configmgr::TYPE_ANY
,
configmgr::TYPE_BOOLEAN
,
configmgr::TYPE_SHORT
,
configmgr::TYPE_INT
,
configmgr::TYPE_LONG
,
configmgr::TYPE_DOUBLE
,
configmgr::TYPE_STRING
,
configmgr::TYPE_HEXBINARY
,
configmgr::TYPE_BOOLEAN_LIST
,
configmgr::TYPE_SHORT_LIST
,
configmgr::TYPE_INT_LIST
,
configmgr::TYPE_LONG_LIST
,
configmgr::TYPE_DOUBLE_LIST
,
configmgr::TYPE_STRING_LIST
,
configmgr::TYPE_HEXBINARY_LIST
} |
|