Lolly 1.4.27
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
c_string_rep Class Reference

#include <string.hpp>

Inheritance diagram for c_string_rep:
Inheritance graph
[legend]
Collaboration diagram for c_string_rep:
Collaboration graph
[legend]

Public Member Functions

 c_string_rep (char *v=NULL)
 
 ~c_string_rep ()
 

Private Member Functions

 c_string_rep (c_string_rep &)
 
c_string_repoperator= (c_string_rep &)
 
- Private Member Functions inherited from concrete_struct
 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.
 

Private Attributes

charvalue
 
- Private Attributes inherited from concrete_struct
int ref_count
 The reference count for the concrete object.
 

Friends

class c_string
 

Detailed Description

Definition at line 126 of file string.hpp.

Constructor & Destructor Documentation

◆ c_string_rep() [1/2]

c_string_rep::c_string_rep ( c_string_rep & )
inlineprivate

Definition at line 130 of file string.hpp.

130: concrete_struct () {}
concrete_struct()
Default constructor for the concrete object. Increments the reference count.
Definition classdef.hpp:31

◆ c_string_rep() [2/2]

c_string_rep::c_string_rep ( char * v = NULL)
inline

Definition at line 136 of file string.hpp.

136: value (v) {}
char * value
Definition string.hpp:127
The list class represents a linked list.
Definition list.hpp:48

◆ ~c_string_rep()

c_string_rep::~c_string_rep ( )
inline

Definition at line 137 of file string.hpp.

137 {
139 }
void tm_delete_array(C *Ptr)

Member Function Documentation

◆ operator=()

c_string_rep & c_string_rep::operator= ( c_string_rep & )
inlineprivate

Definition at line 132 of file string.hpp.

132{ return *this; }

Friends And Related Symbol Documentation

◆ c_string

Definition at line 140 of file string.hpp.

Member Data Documentation

◆ value

char* c_string_rep::value
private

Definition at line 127 of file string.hpp.


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