Home | History | Annotate | Download | only in common

Lines Matching refs:string

8 #include <string>
13 // Parses INI files in a string. Users should in inherit from this class.
20 // - Global properties result in calls to HandleTriplet with an empty string in
34 void Parse(const std::string& content);
37 virtual void HandleTriplet(const std::string& section,
38 const std::string& key,
39 const std::string& value) = 0;
55 virtual void HandleTriplet(const std::string& section,
56 const std::string& key,
57 const std::string& value) OVERRIDE;