Lines Matching defs:string
65 * also the supplied vector and string classes, see following sections for
175 #include <string>
224 /*! \brief Get error string associated with exception
226 * \return A memory pointer to the error message string.
327 /*! \class string
328 * \brief Simple string class, that provides a limited subset of std::string
331 class string
337 string(void) : size_(0), str_(NULL)
341 string(char * str, ::size_t size) :
355 string(char * str) :
368 string& operator=(const string& rhs)
392 string(const string& rhs)
397 ~string()
411 #include <string>
412 typedef std::string STRING_CLASS;
414 typedef cl::string STRING_CLASS;