#include <string.h>
#include <stdio.h>
#include "std/config.H"
#include "std/hash.H"
#include "std/ref.H"
#include "std/list.H"
Go to the source code of this file.
Compounds | |
class | STR |
class | str_ptr |
Defines | |
#define | cSTR const STR |
#define | Cstr_ptr const str_ptr |
#define | Cstr_list const str_list |
#define | RET_STAT_STR(s) static str_ptr st(s); return st |
Typedefs | |
typedef LIST< str_ptr > | str_list |
Functions | |
DllImpExp str_list | tokenize (Cstr_ptr &str, Cstr_ptr &delim="") |
str_list | dir_list (Cstr_ptr &directory) |
Variables | |
DllImpExp Cstr_ptr | null_str_ptr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|