#include <string.hpp>
|
| concrete_struct () |
| Default constructor for the concrete object. Increments the reference count.
|
|
virtual | ~concrete_struct () |
| Virtual destructor for the concrete object. Decrements the reference count.
|
|
Definition at line 24 of file string.hpp.
◆ string_rep() [1/2]
string_rep::string_rep |
( |
| ) |
|
|
inline |
Definition at line 29 of file string.hpp.
The list class represents a linked list.
◆ string_rep() [2/2]
string_rep::string_rep |
( |
int | n | ) |
|
Definition at line 34 of file string.cpp.
int round_length(int n, size_t s)
◆ ~string_rep()
string_rep::~string_rep |
( |
| ) |
|
|
inline |
Definition at line 31 of file string.hpp.
31 {
33 }
void tm_delete_array(C *Ptr)
◆ resize()
void string_rep::resize |
( |
int | n | ) |
|
Definition at line 39 of file string.cpp.
39 {
46 }
47 else {
49 }
50 }
52 }
54}
◆ string
The documentation for this class was generated from the following files: