Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <sample2.h>
Public Member Functions | |
MyString () | |
MyString (const char *a_c_string) | |
MyString (const MyString &string) | |
~MyString () | |
const char * | c_string () const |
size_t | Length () const |
void | Set (const char *c_string) |
Static Public Member Functions | |
static const char * | CloneCString (const char *a_c_string) |
Private Member Functions | |
const MyString & | operator= (const MyString &rhs) |
Private Attributes | |
const char * | c_string_ |
|
inlineexplicit |
|
static |
Definition at line 37 of file sample2.cc.
void MyString::Set | ( | const char * | c_string | ) |
Definition at line 49 of file sample2.cc.