Neuron: neural networks


cchar Class Reference

Classe chaine de caracteres. More...

#include <neur/stream/readstream.h>

Public Member Functions

 cchar (int len)
 
 cchar (char *ch)
 
 cchar (char *ch, int len)
 
 cchar (const cchar &ch)
 
virtual ~cchar ()
 
virtual ccharoperator= (const cchar &ch)
 

Public Attributes

char * _ch
 
int _len
 

Detailed Description

Classe chaine de caracteres.

\ \ #include <readstream.hh> \ class cchar;

Definition at line 27 of file readstream.h.

Constructor & Destructor Documentation

◆ cchar() [1/4]

cchar::cchar ( int len)

Referenced by cchar(), and operator=().

◆ cchar() [2/4]

cchar::cchar ( char * ch)

◆ cchar() [3/4]

cchar::cchar ( char * ch,
int len )

◆ cchar() [4/4]

cchar::cchar ( const cchar & ch)

References cchar().

◆ ~cchar()

virtual cchar::~cchar ( )
virtual

Member Function Documentation

◆ operator=()

virtual cchar & cchar::operator= ( const cchar & ch)
inlinevirtual

References cchar().

Member Data Documentation

◆ _ch

char* cchar::_ch

Definition at line 46 of file readstream.h.

◆ _len

int cchar::_len

Definition at line 48 of file readstream.h.


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