Jpp test-rotations-new
the software that should make you happy
|
Interface for selection of objects. More...
#include <JObjectSelector.hh>
Public Types | |
typedef JClass< T >::argument_type | argument_type |
Type definition of argument of interface method. | |
Public Member Functions | |
virtual | ~JObjectSelector () |
Virtual destructor. | |
virtual bool | accept (argument_type object) const |
Accept object. | |
Static Public Member Functions | |
static const T & | getDefault () |
Get default value of template class. | |
Static Private Attributes | |
static const T | value |
Interface for selection of objects.
Definition at line 21 of file JObjectSelector.hh.
JClass<T>::argument_type JLANG::JObjectSelector< T >::argument_type |
Type definition of argument of interface method.
Definition at line 28 of file JObjectSelector.hh.
|
inlinevirtual |
|
inlinevirtual |
Accept object.
object | object |
Reimplemented in JLANG::JTypeSelector< T >, JLANG::JTypeSelector< JHead_t >, and JLANG::JTypeSelector< JTail_t >.
Definition at line 44 of file JObjectSelector.hh.
|
inlinestaticinherited |
Get default value of template class.
Definition at line 24 of file JDefault.hh.
|
staticprivateinherited |
Definition at line 30 of file JDefault.hh.