MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Interface for type-specific callback classes. More...
#include <CLArgs.hpp>
Public Member Functions | |
virtual bool | value (const T &val)=0 |
Interface for type-specific callback classes.
Definition at line 111 of file CLArgs.hpp.
virtual bool CLArgs::ArgTemplateI< T >::value | ( | const T & | val | ) | [pure virtual] |
Implemented in CLArgs::ArgListTemplate< T >, and CLArgs::ArgTemplate< T >.
Referenced by CLArgToggle::parse().