|
WSF
|
An attribute which belongs to a WsfParseStruct. More...
#include <WsfParseRule.hpp>

Public Types | |
| enum | Flags { cIS_FIXED = 1 } |
Public Member Functions | |
| WsfParseAttribute () | |
Public Attributes | |
| unsigned int | mFlags |
| std::string | mName |
| std::string | mType |
| std::string | mDefault |
| WsfParseValueType * | mTypePtr |
| bool | mHasDefaultValue |
| bool | mIsPointer |
An attribute which belongs to a WsfParseStruct.
|
inline |
References mDefault, mFlags, mHasDefaultValue, mIsPointer, mName, mType, and mTypePtr.
| std::string WsfParseAttribute::mDefault |
Referenced by WsfPProxyRegistry::CreateDefaultStruct(), std::swap(), and WsfParseAttribute().
| unsigned int WsfParseAttribute::mFlags |
Referenced by WsfParseAttribute().
| bool WsfParseAttribute::mHasDefaultValue |
Referenced by WsfPProxyRegistry::CreateDefaultStruct(), and WsfParseAttribute().
| bool WsfParseAttribute::mIsPointer |
Referenced by WsfParseAttribute().
| std::string WsfParseAttribute::mName |
Referenced by WsfPProxyRegistry::CreateDefaultStruct(), std::swap(), and WsfParseAttribute().
| std::string WsfParseAttribute::mType |
Referenced by std::swap(), and WsfParseAttribute().
| WsfParseValueType* WsfParseAttribute::mTypePtr |
Referenced by WsfParseAttribute().