ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | List of all members
Option Class Referenceabstract

abstract superclass for a command line option More...

#include <Options.h>

Inheritance diagram for Option:
Inheritance graph
Collaboration diagram for Option:
Collaboration graph

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 ()
 

Detailed Description

abstract superclass for a command line option

Definition at line 34 of file Options.h.

Member Function Documentation

virtual void Option::Describe ( std::ostream &  o) const
pure virtual

describe this option (help text)

Implemented in ServerOption, AlgOption, FpsOption, and SourceOption.

virtual void Option::Parse ( const char *  s)
pure virtual

parse an option

Implemented in ServerOption, AlgOption, FpsOption, and SourceOption.


The documentation for this class was generated from the following file:


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)