#include <ConstValBasicInterface.hpp>

Public Member Functions | |
| ConstValBasicInterface () | |
| virtual | ~ConstValBasicInterface () |
| virtual bool | operator< (ConstValBasicInterface &other)=0 |
| virtual bool | operator== (ConstValBasicInterface &other)=0 |
| virtual bool | operator!= (ConstValBasicInterface &other)=0 |
| virtual std::string | toString ()=0 |
Definition at line 22 of file ConstValBasicInterface.hpp.
| OA::ConstValBasicInterface::ConstValBasicInterface | ( | ) | [inline] |
Definition at line 24 of file ConstValBasicInterface.hpp.
| virtual OA::ConstValBasicInterface::~ConstValBasicInterface | ( | ) | [inline, virtual] |
Definition at line 25 of file ConstValBasicInterface.hpp.
| virtual bool OA::ConstValBasicInterface::operator!= | ( | ConstValBasicInterface & | other | ) | [pure virtual] |
| virtual bool OA::ConstValBasicInterface::operator< | ( | ConstValBasicInterface & | other | ) | [pure virtual] |
| virtual bool OA::ConstValBasicInterface::operator== | ( | ConstValBasicInterface & | other | ) | [pure virtual] |
| virtual std::string OA::ConstValBasicInterface::toString | ( | ) | [pure virtual] |
1.6.1