Lines Matching refs:this
28 // Inject some std types into this namespace.
36 /// of method that helps make this string integrate with std::string
40 /// Note that this @ref interned_string type is design to have the
48 /// @param raw the pointer to string that this interned_string
76 return *this;
92 /// Return the underlying pointer to std::string that this
95 /// @return a pointer to the underlying std::string, or 0 if this
104 /// Note that this comparison is done in O(1), because it compares
129 /// Note that this comparison is done in O(N), N being the size (in
169 {return static_cast<string>(*this) < static_cast<std::string>(o);}
173 /// @return the underlying string this instance refers too.