t_dchr_chunk_reader Class Reference

Class for reading quoted strings and storing them in the dynamically allocated memory. More...

#include <sgftoken.hpp>

Inheritance diagram for t_dchr_chunk_reader:

Inheritance graph
[legend]
Collaboration diagram for t_dchr_chunk_reader:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 t_dchr_chunk_reader (char *the_buffer, unsigned the_buf_len)
 Constructor.

Public Attributes

char * value

Detailed Description

Class for reading quoted strings and storing them in the dynamically allocated memory.

The memory is allocated by 'malloc'. The read string is referenced by the field 'value'. This string should be then released by 'free'.


Constructor & Destructor Documentation

t_dchr_chunk_reader::t_dchr_chunk_reader ( char *  the_buffer,
unsigned  the_buf_len 
) [inline]

Constructor.


Member Data Documentation

char* t_dchr_chunk_reader::value


The documentation for this class was generated from the following files:
Generated on Fri Sep 21 12:34:42 2007 for SG2 by  doxygen 1.5.2