Home | History | Annotate | Download | only in script_api

Lines Matching refs:string

21 #include <string>
27 std::string mFileName;
33 std::string mTag;
35 std::string mValue;
48 void readUpTo(char delimiter, std::string* segment);
52 void readRestOfLine(std::string* segment);
65 Scanner(const std::string& fileName, FILE* file);
67 std::string getValue() { return mValue; }
68 std::string getNextTag() {
90 * Erases that documention from the input string.
92 void parseDocumentation(std::string* s, std::string* documentation);