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