| Ptex
    | 
Memory-managed string. More...
#include <Ptexture.h>
| Public Member Functions | |
| String () | |
| String (const String &str) | |
| ~String () | |
| String & | operator= (const char *str) | 
| String & | operator= (const String &str) | 
| String & | operator= (const std::string &str) | 
| const char * | c_str () const | 
| bool | empty () const | 
| Private Attributes | |
| char * | _str | 
Memory-managed string.
Used for returning error messages from API functions. On most platforms, this is a typedef to std::string. For Windows, this is a custom class that implements a subset of std::string. (Note: std::string cannot be passed through a Windows DLL interface).
Definition at line 416 of file Ptexture.h.
| 
 | inline | 
Definition at line 419 of file Ptexture.h.
| 
 | inline | 
Definition at line 420 of file Ptexture.h.
| String::~String | ( | ) | 
| 
 | inline | 
Definition at line 425 of file Ptexture.h.
| 
 | inline | 
Definition at line 426 of file Ptexture.h.
| String& String::operator= | ( | const char * | str | ) | 
| 
 | inline | 
Definition at line 423 of file Ptexture.h.
| 
 | inline | 
Definition at line 424 of file Ptexture.h.
| 
 | private | 
Definition at line 429 of file Ptexture.h.
 1.8.10
 1.8.10