Home | History | Annotate | Download | only in parameter

Lines Matching refs:string

55     CConfigurableElement(const std::string &strName = "");
72 void listBelongingDomains(std::string &strResult, bool bVertical = true) const;
81 void listAssociatedDomains(std::string &strResult, bool bVertical = true) const;
85 void listRogueElements(std::string &strResult) const;
99 // Footprint as string
100 std::string getFootprintAsString() const;
112 virtual bool accessValue(CPathNavigator &pathNavigator, std::string &strValue, bool bSet,
146 virtual void showProperties(std::string &strResult) const;
156 virtual bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const = 0;
157 /** Get the string representation of the mapping
161 virtual std::string getFormattedMapping() const = 0;
213 std::string logValue(utility::ErrorContext &errorContext) const override final;
214 virtual std::string logValue(CParameterAccessContext &context) const;
226 std::string &strResult, bool bVertical) const;