#include <localization_processor_type.h>
Public Types | |
| enum | ProcessorType { anchor, unknown } |
Public Member Functions | |
ctor/dtor | |
| LocalizationProcessorType () | |
| virtual | ~LocalizationProcessorType () |
processor type | |
| virtual void | set_proc_type (const ProcessorType &) throw () |
| virtual const ProcessorType & | proc_type (void) const throw () |
| virtual bool | is_anchor (void) const throw () |
| shawn::LocalizationProcessorType::LocalizationProcessorType | ( | ) |
| virtual shawn::LocalizationProcessorType::~LocalizationProcessorType | ( | ) | [virtual] |
| virtual void shawn::LocalizationProcessorType::set_proc_type | ( | const ProcessorType & | ) | throw () [virtual] |
Set processor type. Namely anchor or unknown.
| virtual const ProcessorType& shawn::LocalizationProcessorType::proc_type | ( | void | ) | const throw () [virtual] |
| virtual bool shawn::LocalizationProcessorType::is_anchor | ( | void | ) | const throw () [virtual] |
true, if processor is anchor.
1.5.6