HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TypeDesc::DataBlock Class Reference

Data block holding large data needed by the type description. More...

#include <TypeDesc.h>

Public Member Functions

 DataBlock (const string &name, const StructMemberDescVecPtr members=nullptr) noexcept
 
const stringgetName () const
 
StructMemberDescVecPtr getStructMembers () const
 

Detailed Description

Data block holding large data needed by the type description.

Definition at line 68 of file TypeDesc.h.

Constructor & Destructor Documentation

TypeDesc::DataBlock::DataBlock ( const string name,
const StructMemberDescVecPtr  members = nullptr 
)
inlinenoexcept

Definition at line 71 of file TypeDesc.h.

Member Function Documentation

const string& TypeDesc::DataBlock::getName ( ) const
inline

Definition at line 73 of file TypeDesc.h.

StructMemberDescVecPtr TypeDesc::DataBlock::getStructMembers ( ) const
inline

Definition at line 74 of file TypeDesc.h.


The documentation for this class was generated from the following file: