Home | History | Annotate | Download | only in libcody

Lines Matching refs:Append

89   /// Begin a message line.  Use before a sequence of Append and
92 /// End a message line. Use after a sequence of Append and related calls.
96 /// Append a string to the current line. No whitespace is prepended
106 void Append (char const *str, bool maybe_quote = false,
113 Append (Detail::S2C(u8" "));
117 /// Add a word as with Append, but prefixing whitespace to make a
124 Append (str, maybe_quote, len);
127 /// @param str the string to append
128 /// @param maybe_quote string might need quoting, as for Append
138 /// Append a literal character.
139 /// @param c character to append
140 void Append (char c);
150 /// Append the most-recently lexxed line to a string. May be useful