#include <strlist.h>
Definition at line 35 of file strlist.h.
strlist::strlist |
( |
const strlist & |
o | ) |
|
void strlist::add |
( |
char * |
str | ) |
|
void strlist::append |
( |
char * |
str | ) |
|
void strlist::append |
( |
strlist * |
lst | ) |
|
int strlist::contains |
( |
char * |
str | ) |
|
void strlist::del |
( |
strlist * |
cand | ) |
|
char * strlist::first |
( |
void |
| ) |
|
char * strlist::get |
( |
int |
pos | ) |
|
int strlist::index |
( |
char * |
str | ) |
|
char * strlist::last |
( |
void |
| ) |
|
int strlist::length |
( |
void |
| ) |
|
char * strlist::toString |
( |
const char * |
concat = " " | ) |
|
The documentation for this class was generated from the following files:
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs-core/src/strlist.h
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs-core/src/strlist.cpp