#include <clop.H>
Public Member Functions | |
| clop () | |
| clop (const clop &op) | |
| clop (const string &lo, const char &so) | |
| bool | operator== (const clop &op) const |
| bool | operator== (const string &s) const |
| clop & | operator= (const clop &op) |
| string & | longop () |
| const string & | longop () const |
| char & | shortop () |
| const char & | shortop () const |
Protected Attributes | |
| string | _longop |
| char | _shortop |
|
inline |
|
inline |
Definition at line 44 of file clop.H.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 35 of file clop.H.
Referenced by operator=(), and operator==().
|
protected |
Definition at line 36 of file clop.H.
Referenced by operator=(), and operator==().