Lines Matching refs:CBaseParameter
41 CBaseParameter::CBaseParameter(const string &strName, const CTypeElement *pTypeElement) in CBaseParameter() function in CBaseParameter
47 bool CBaseParameter::serializeXmlSettings( in serializeXmlSettings()
80 string CBaseParameter::logValue(CParameterAccessContext &context) const in logValue()
89 bool CBaseParameter::isParameter() const in isParameter()
94 bool CBaseParameter::access(bool & /*bValue*/, bool /*bSet*/, in access()
100 bool CBaseParameter::access(std::vector<bool> & /*abValues*/, bool /*bSet*/, in access()
107 bool CBaseParameter::access(uint32_t & /*bValue*/, bool /*bSet*/, in access()
113 bool CBaseParameter::access(std::vector<uint32_t> & /*abValues*/, bool /*bSet*/, in access()
120 bool CBaseParameter::access(int32_t & /*bValue*/, bool /*bSet*/, in access()
126 bool CBaseParameter::access(std::vector<int32_t> & /*abValues*/, bool /*bSet*/, in access()
133 bool CBaseParameter::access(double & /*bValue*/, bool /*bSet*/, in access()
139 bool CBaseParameter::access(std::vector<double> & /*abValues*/, bool /*bSet*/, in access()
147 bool CBaseParameter::access(string &strValue, bool bSet, in access()
175 bool CBaseParameter::access(std::vector<string> & /*astrValues*/, bool /*bSet*/, in access()
185 bool CBaseParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet, in accessValue()
197 void CBaseParameter::structureToXml(CXmlElement &xmlElement, in structureToXml()
205 void CBaseParameter::appendParameterPathToError( in appendParameterPathToError()