|
xorp
|
A variable has Access control, it has a name, and a type. More...
#include <var_map.hh>
Public Member Functions | |
| Variable (const string &n, const string &t, Access a, VarRW::Id i) | |
| Variable (const Variable &v) | |
| bool | writable () const |
| bool | operator== (const Variable &other) const |
Public Attributes | |
| Access | access |
| string | name |
| string | type |
| VarRW::Id | id |
A variable has Access control, it has a name, and a type.