#include <logMeta.hpp>

Public Member Functions | |
| logMetaDetail () | |
| logMetaDetail (const std::string &k, const std::string &c, const std::string &f, int vt, int mt, void *acc) | |
| logMetaDetail (const std::string &k, const std::string &c, const std::string &f, int vt, int mt, void *acc, bool h) | |
| logMetaDetail (const std::string &k, const std::string &c, int vt, int mt, void *acc, bool h) | |
| logMetaDetail (const std::string &k, int vt, int mt, void *acc) | |
| logMetaDetail (const std::string &k, int vt, int mt, void *acc, bool h) | |
Public Attributes | |
| std::string | keyword |
| std::string | comment |
| std::string | format |
| int | valType { -1 } |
| int | metaType { -1 } |
| void * | accessor { nullptr } |
| bool | hierarch { true } |
Definition at line 54 of file logMeta.hpp.
|
inline |
Definition at line 64 of file logMeta.hpp.
|
inline |
Definition at line 68 of file logMeta.hpp.
|
inline |
Definition at line 73 of file logMeta.hpp.
|
inline |
Definition at line 78 of file logMeta.hpp.
|
inline |
Definition at line 83 of file logMeta.hpp.
|
inline |
Definition at line 88 of file logMeta.hpp.
| void* MagAOX::logger::logMetaDetail::accessor { nullptr } |
Definition at line 61 of file logMeta.hpp.
Referenced by libXWCTest::loggerTest::logTypeAccessorTest::TEST_CASE(), MagAOX::logger::logMeta::value(), MagAOX::logger::logMeta::valueNumber(), and MagAOX::logger::logMeta::valueString().
| std::string MagAOX::logger::logMetaDetail::comment |
Definition at line 57 of file logMeta.hpp.
Referenced by MagAOX::logger::logMeta::setLog(), and libXWCTest::loggerTest::logTypeAccessorTest::TEST_CASE().
| std::string MagAOX::logger::logMetaDetail::format |
Definition at line 58 of file logMeta.hpp.
Referenced by MagAOX::logger::logMeta::setLog(), and libXWCTest::loggerTest::logTypeAccessorTest::TEST_CASE().
| bool MagAOX::logger::logMetaDetail::hierarch { true } |
Definition at line 62 of file logMeta.hpp.
Referenced by MagAOX::logger::logMeta::card(), and libXWCTest::loggerTest::logTypeAccessorTest::TEST_CASE().
| std::string MagAOX::logger::logMetaDetail::keyword |
Definition at line 56 of file logMeta.hpp.
Referenced by MagAOX::logger::logMeta::setLog(), and libXWCTest::loggerTest::logTypeAccessorTest::TEST_CASE().
| int MagAOX::logger::logMetaDetail::metaType { -1 } |
Definition at line 60 of file logMeta.hpp.
Referenced by libXWCTest::loggerTest::logTypeAccessorTest::TEST_CASE(), MagAOX::logger::logMeta::valueNumber(), and MagAOX::logger::logMeta::valueString().
| int MagAOX::logger::logMetaDetail::valType { -1 } |
Definition at line 59 of file logMeta.hpp.
Referenced by MagAOX::logger::logMeta::card(), MagAOX::logger::logMeta::setLog(), libXWCTest::loggerTest::logTypeAccessorTest::TEST_CASE(), MagAOX::logger::logMeta::value(), and MagAOX::logger::logMeta::valueNumber().