|
OpenWalnut 1.3.1
|
Specialization which does nothing for the NOTYPE default template parameters of WPropertyStruct. More...
#include <WPropertyStruct.h>
Public Types | |
| typedef WPropertyStructHelper::NOTYPE | ValueType |
| The type of the initial value. | |
Static Public Member Functions | |
| static void | createAndAdd (WPropertyGroupBase *, std::string, std::string, const ValueType &) |
| Dummy method which does nothing for NOTYPE types. | |
| static void | createAndAdd (WPropertyGroupBase *, std::string, std::string) |
| Dummy method which does nothing for NOTYPE types. | |
Specialization which does nothing for the NOTYPE default template parameters of WPropertyStruct.
Definition at line 142 of file WPropertyStruct.h.
| typedef WPropertyStructHelper::NOTYPE WPropertyGroupBase::PropertyCreatorAndGroupAdder< WPropertyStructHelper::NOTYPE >::ValueType |
The type of the initial value.
Definition at line 147 of file WPropertyStruct.h.
| static void WPropertyGroupBase::PropertyCreatorAndGroupAdder< WPropertyStructHelper::NOTYPE >::createAndAdd | ( | WPropertyGroupBase * | , |
| std::string | , | ||
| std::string | , | ||
| const ValueType & | |||
| ) | [inline, static] |
Dummy method which does nothing for NOTYPE types.
Definition at line 152 of file WPropertyStruct.h.
| static void WPropertyGroupBase::PropertyCreatorAndGroupAdder< WPropertyStructHelper::NOTYPE >::createAndAdd | ( | WPropertyGroupBase * | , |
| std::string | , | ||
| std::string | |||
| ) | [inline, static] |
Dummy method which does nothing for NOTYPE types.
Definition at line 160 of file WPropertyStruct.h.
1.7.4