Home | History | Annotate | Download | only in parameter

Lines Matching defs:access

98 /// Actual parameter access
99 // String access
112 // Boolean access
113 bool CParameter::access(bool &bValue, bool bSet,
119 // Integer Access
120 bool CParameter::access(uint32_t &uiValue, bool bSet,
126 // Signed Integer Access
127 bool CParameter::access(int32_t &iValue, bool bSet,
133 // Double Access
134 bool CParameter::access(double &dValue, bool bSet,
140 // Generic Access