ARB
Public Member Functions | List of all members
arb_test::str Class Reference

#include <test_unit.h>

Public Member Functions

 str ()
 
 str (const str &other)
 
 str (char *S)
 
stroperator= (const str &other)
 
stroperator= (char *S)
 
 ~str ()
 
bool exists () const
 
void assign (char *S)
 
const charvalue () const
 

Detailed Description

Definition at line 100 of file test_unit.h.

Constructor & Destructor Documentation

arb_test::str::str ( )
inline

Definition at line 103 of file test_unit.h.

arb_test::str::str ( const str other)
inline

Definition at line 104 of file test_unit.h.

arb_test::str::str ( char S)
inlineexplicit

Definition at line 105 of file test_unit.h.

arb_test::str::~str ( )
inline

Definition at line 114 of file test_unit.h.

Member Function Documentation

str& arb_test::str::operator= ( const str other)
inline

Definition at line 106 of file test_unit.h.

str& arb_test::str::operator= ( char S)
inline

Definition at line 110 of file test_unit.h.

bool arb_test::str::exists ( ) const
inline

Definition at line 116 of file test_unit.h.

Referenced by arb_test::FINAL_TYPE< T >::readable_value().

void arb_test::str::assign ( char S)
inline

Definition at line 117 of file test_unit.h.

const char* arb_test::str::value ( ) const
inline

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