|
BDE 4.39.x Production Release
|
#include <bsls_asserttestexception.h>
This non-assignable class owns a null-terminated string, provides no accessors to manipulate that string, and allocates a new copy of that string when copied.
Public Member Functions | |
| AssertTestException_String (const char *data) | |
| AssertTestException_String (const AssertTestException_String &original) | |
| ~AssertTestException_String () | |
| const char * | data () const |
| bsls::AssertTestException_String::AssertTestException_String | ( | const char * | data | ) |
| bsls::AssertTestException_String::AssertTestException_String | ( | const AssertTestException_String & | original | ) |
| bsls::AssertTestException_String::~AssertTestException_String | ( | ) |
| const char * bsls::AssertTestException_String::data | ( | ) | const |