#include <VEX_Types.h>
Definition at line 146 of file VEX_Types.h.
| VEX_RWType::VEX_RWType |
( |
| ) |
|
|
inline |
| VEX_RWType::VEX_RWType |
( |
bool |
read, |
|
|
bool |
write |
|
) |
| |
|
inline |
| const char* VEX_RWType::asString |
( |
| ) |
const |
|
inline |
| bool VEX_RWType::isRead |
( |
| ) |
const |
|
inline |
| bool VEX_RWType::isWrite |
( |
| ) |
const |
|
inline |
| bool VEX_RWType::operator== |
( |
const VEX_RWType & |
rhs | ) |
const |
|
inline |
| void VEX_RWType::setRead |
( |
bool |
r = true | ) |
|
|
inline |
| void VEX_RWType::setWrite |
( |
bool |
w = true | ) |
|
|
inline |
The documentation for this class was generated from the following file: