OpenLexocad
28.0
|
#include <DbgInfo.h>
Public Member Functions | |
virtual | ~DbgInfoLink () |
![]() | |
DbgInfo () | |
virtual | ~DbgInfo () |
void | addChild (pDbgInfo child) |
std::vector< pDbgInfo > | getChildren () const |
void | createMD5 (const Base::String &prefix) |
Public Attributes | |
const Core::DocObject * | object = nullptr |
![]() | |
MD5 | dbginfo_md5 |
Base::String | name |
Base::String | value |
Base::String | type |
Additional Inherited Members | |
![]() | |
template<typename T > | |
static std::shared_ptr< T > | createDbgInfo (const Base::String &name, const Base::String &value, const Base::String &type, pDbgInfo parent=nullptr) |
|
inlinevirtual |
const Core::DocObject* Core::DbgInfoLink::object = nullptr |