OpenWalnut  1.4.0
Public Types | Static Public Member Functions
WPropertyGroupBase::PropertyCreatorAndGroupAdder< WPropertyStructHelper::NOTYPE > Struct Template Reference

Specialization which does nothing for the NOTYPE default template parameters of WPropertyStruct. More...

#include <WPropertyStruct.h>

List of all members.

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.

Detailed Description

template<>
struct WPropertyGroupBase::PropertyCreatorAndGroupAdder< WPropertyStructHelper::NOTYPE >

Specialization which does nothing for the NOTYPE default template parameters of WPropertyStruct.

Definition at line 142 of file WPropertyStruct.h.


Member Typedef Documentation

The type of the initial value.

Definition at line 147 of file WPropertyStruct.h.


Member Function Documentation

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.


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