ACT-CV - Machine Vision for Cognitive Modeling
|
abstract superclass for a command line option More...
#include <Options.h>
Public Member Functions | |
virtual void | Parse (const char *s)=0 |
parse an option More... | |
virtual void | Describe (std::ostream &o) const =0 |
describe this option (help text) More... | |
Public Member Functions inherited from ReferenceCount | |
ReferenceCount () | |
virtual | ~ReferenceCount () |
void | IncRefCount () |
void | DecRefCount () |
|
pure virtual |
describe this option (help text)
Implemented in ServerOption, AlgOption, FpsOption, and SourceOption.
|
pure virtual |
parse an option
Implemented in ServerOption, AlgOption, FpsOption, and SourceOption.