BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bsls::AssertTestException_String Class Reference

#include <bsls_asserttestexception.h>

Detailed Description

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.

See bsls_asserttestexception

Public Member Functions

 AssertTestException_String (const char *data)
 
 AssertTestException_String (const AssertTestException_String &original)
 
 ~AssertTestException_String ()
 
const char * data () const
 

Constructor & Destructor Documentation

◆ AssertTestException_String() [1/2]

bsls::AssertTestException_String::AssertTestException_String ( const char *  data)

◆ AssertTestException_String() [2/2]

bsls::AssertTestException_String::AssertTestException_String ( const AssertTestException_String original)

◆ ~AssertTestException_String()

bsls::AssertTestException_String::~AssertTestException_String ( )

Member Function Documentation

◆ data()

const char * bsls::AssertTestException_String::data ( ) const

The documentation for this class was generated from the following file: