#include "GaudiKernel/Property.h"#include "GaudiKernel/IProperty.h"#include <iostream>#include <vector>Go to the source code of this file.
Compounds | |
| class | PropertyMgr |
Defines | |
| #define | TEMPLATESPECIAL template<> |
| #define | TEMPLATETYPE(TYPENAME) |
| #define | DECLARESIMPLEPROPERTY(TYPENAME) |
|
|
Initializer: \
TEMPLATESPECIAL \
void declareProperty TEMPLATETYPE(TYPENAME)( const std::string& name, TYPENAME##Property& p ) { \
p.setName ( name ); \
m_properties.push_back( &p ); \
m_isOwned.push_back( false ); \
}Definition at line 58 of file PropertyMgr.h. |
|
|
Definition at line 54 of file PropertyMgr.h. |
|
|
Definition at line 56 of file PropertyMgr.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000