HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VEX_RWType Class Reference

#include <VEX_Types.h>

Public Member Functions

 VEX_RWType ()
 
 VEX_RWType (bool read, bool write)
 
void setRead (bool r=true)
 
void setWrite (bool w=true)
 
bool isRead () const
 
bool isWrite () const
 
bool operator== (const VEX_RWType &rhs) const
 
bool operator!= (const VEX_RWType &rhs) const
 
const char * asString () const
 

Detailed Description

Definition at line 146 of file VEX_Types.h.

Constructor & Destructor Documentation

VEX_RWType::VEX_RWType ( )
inline

Definition at line 148 of file VEX_Types.h.

VEX_RWType::VEX_RWType ( bool  read,
bool  write 
)
inline

Definition at line 151 of file VEX_Types.h.

Member Function Documentation

const char* VEX_RWType::asString ( ) const
inline

Definition at line 166 of file VEX_Types.h.

bool VEX_RWType::isRead ( ) const
inline

Definition at line 157 of file VEX_Types.h.

bool VEX_RWType::isWrite ( ) const
inline

Definition at line 158 of file VEX_Types.h.

bool VEX_RWType::operator!= ( const VEX_RWType rhs) const
inline

Definition at line 163 of file VEX_Types.h.

bool VEX_RWType::operator== ( const VEX_RWType rhs) const
inline

Definition at line 160 of file VEX_Types.h.

void VEX_RWType::setRead ( bool  r = true)
inline

Definition at line 155 of file VEX_Types.h.

void VEX_RWType::setWrite ( bool  w = true)
inline

Definition at line 156 of file VEX_Types.h.


The documentation for this class was generated from the following file: