Lines Matching refs:string
43 CBaseParameter(const std::string &strName, const CTypeElement *pTypeElement);
77 // String Access
80 // a string - convert it yourself". Then, string-to-anything and
81 // anything-to-string methods are used to convert it into a suitable type.
82 bool access(std::string &strValue, bool bSet,
84 virtual bool access(std::vector<std::string> &astrValues, bool bSet,
92 virtual bool accessValue(CPathNavigator &pathNavigator, std::string &strValue, bool bSet,
96 virtual bool doSetValue(const std::string &strValue, size_t offset,
98 virtual void doGetValue(std::string &strValue, size_t offset,
109 std::string logValue(CParameterAccessContext &context) const override;