HDK
|
#include "PRM_API.h"
#include "PRM_ChanState.h"
#include "PRM_Name.h"
#include "PRM_Parm.h"
#include "PRM_Template.h"
#include <CH/CH_EventManager.h>
#include <CH/CH_Types.h>
#include <UT/UT_ArrayMap.h>
#include <UT/UT_SharedPtr.h>
#include <UT/UT_StringHolder.h>
#include <SYS/SYS_Inline.h>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | PRM_ORCallback |
class | PRM_ParmList |
Enumerations | |
enum | PRM_Permission { PRM_RALL = 0004, PRM_WALL = 0002, PRM_XALL = 0001, PRM_RGRP = 0040, PRM_WGRP = 0020, PRM_XGRP = 0010, PRM_RUSR = 0400, PRM_WUSR = 0200, PRM_XUSR = 0100, PRM_RWXALL = 0007, PRM_RWXGRP = 0070, PRM_RWXUSR = 0700, PRM_RWX = 0777, PRM_READ_OK = (PRM_RALL|PRM_RGRP|PRM_RUSR), PRM_WRITE_OK = (PRM_WALL|PRM_WGRP|PRM_WUSR), PRM_EXECUTE_OK = (PRM_XALL|PRM_XGRP|PRM_XUSR) } |
enum PRM_Permission |
Definition at line 40 of file PRM_ParmList.h.