The CommandOverrides
Class Reference
Declaration
class CommandOverrides { ... }
Included Headers
#include <src/entry.h>
Public Constructors Index
CommandOverrides () | |
Public Member Functions Index
void | reset () |
bool | to_store_type (bool t) const |
int | to_store_type (CLASS_GRAPH_t t) const |
bool | from_store_type (bool t) const |
CLASS_GRAPH_t | from_store_type (int t) const |
Definition at line 51 of file entry.h.
Public Member Functions
from_store_type()
| inline |
Definition at line 67 of file entry.h.
67 bool from_store_type(bool t) const { return t; }
from_store_type()
| inline |
Definition at line 68 of file entry.h.
68 CLASS_GRAPH_t from_store_type(int t) const { return static_cast<CLASS_GRAPH_t>(t); }
reset()
| inline |
Definition at line 62 of file entry.h.
Referenced by CommandOverrides.
to_store_type()
| inline |
Definition at line 65 of file entry.h.
65 bool to_store_type(bool t) const { return t; }
to_store_type()
| inline |
Definition at line 66 of file entry.h.
66 int to_store_type(CLASS_GRAPH_t t) const { return static_cast<int>(t); }
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.