Public Member Functions | Data Fields

Str Struct Reference

#include <ink_string++.h>

Collaboration diagram for Str:
Collaboration graph
[legend]

Public Member Functions

 Str ()
 Str (char *s)
 Str (char *s, int l)
void clean ()
void dump (FILE *fp=stderr)

Data Fields

const char * str
size_t len
struct Strnext
struct Strprev

Detailed Description

Definition at line 73 of file ink_string++.h.


Constructor & Destructor Documentation

Str::Str (  )  [inline]

Definition at line 80 of file ink_string++.h.

Str::Str ( char *  s  )  [inline]

Definition at line 83 of file ink_string++.h.

References len, next, prev, and str.

Str::Str ( char *  s,
int  l 
) [inline]

Definition at line 90 of file ink_string++.h.

References len, next, prev, and str.


Member Function Documentation

void Str::clean (  )  [inline]

Definition at line 98 of file ink_string++.h.

References len, next, prev, and str.

void Str::dump ( FILE *  fp = stderr  )  [inline]

Definition at line 106 of file ink_string++.h.

References fp, len, and str.

Referenced by StrList::dump().


Field Documentation

size_t Str::len
struct Str* Str::next
struct Str* Str::prev
const char* Str::str

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