OpenLexocad
28.0
|
#include <DbgInfo.h>
Public Member Functions | |
virtual | ~DbgInfoShape () |
![]() | |
DbgInfo () | |
virtual | ~DbgInfo () |
void | addChild (pDbgInfo child) |
std::vector< pDbgInfo > | getChildren () const |
void | createMD5 (const Base::String &prefix) |
Public Attributes | |
std::shared_ptr< const Topo::Shape > | shape |
![]() | |
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 |
std::shared_ptr<const Topo::Shape> Core::DbgInfoShape::shape |