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

#include <TypeDesc.h>

Public Member Functions

 StructMemberDesc (TypeDesc type, const string &name, const string &defaultValueStr)
 
TypeDesc getType () const
 
const stringgetName () const
 
const stringgetDefaultValueStr () const
 

Detailed Description

Type descriptor for member of a struct type.

Definition at line 199 of file TypeDesc.h.

Constructor & Destructor Documentation

StructMemberDesc::StructMemberDesc ( TypeDesc  type,
const string name,
const string defaultValueStr 
)
inline

Definition at line 202 of file TypeDesc.h.

Member Function Documentation

const string& StructMemberDesc::getDefaultValueStr ( ) const
inline

Definition at line 211 of file TypeDesc.h.

const string& StructMemberDesc::getName ( ) const
inline

Definition at line 210 of file TypeDesc.h.

TypeDesc StructMemberDesc::getType ( ) const
inline

Definition at line 209 of file TypeDesc.h.


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