#include <SMP.Enumerations.h>
Public Types | |
enum | Enum { TI_ACCESS_RIGHT_None, TI_ACCESS_RIGHT_Read, TI_ACCESS_RIGHT_ReadWrite } |
Static Public Member Functions | |
static std::string | toString (Enum value) |
Definition at line 2971 of file SMP.Enumerations.h.
enum Enum |
Enumerator | |
---|---|
TI_ACCESS_RIGHT_None |
None. |
TI_ACCESS_RIGHT_Read |
Read. |
TI_ACCESS_RIGHT_ReadWrite |
Read and Write. |
Definition at line 2973 of file SMP.Enumerations.h.
|
static |
Provides string presentation.