Home / Open source / Terimber 2.0
miscxml.cpp File Reference#include "base/memory.hpp"
#include "base/list.hpp"
#include "base/string.hpp"
#include "base/vector.hpp"
#include "base/common.hpp"
#include "xml/miscxml.hpp"
#include "xml/declxml.hpp"
#include "xml/defxml.hpp"
Go to the source code of this file.
|
Functions |
char * | _fullpath (char *buf, const char *relative, size_t len) |
Variables |
static
BEGIN_TERIMBER_NAMESPACE const
char | protocolHTTP [] = { ch_h, ch_t, ch_t, ch_p, ch_null } |
static const char | protocolFTP [] = { ch_f, ch_t, ch_p, ch_null } |
static const char | protocolFILE [] = { ch_f, ch_i, ch_l, ch_e, ch_null } |
static const char | protocolTale [] = { ch_colon, ch_forward_slash, ch_forward_slash, ch_null } |
static const char | str_Colon [] = { ch_colon, ch_null } |
static const char | str_At [] = { ch_at, ch_null } |
static const char | str_Question [] = { ch_question, ch_null } |
static const char | str_Pound [] = { ch_pound, ch_null } |
static const char | str_ForwardSlash [] = { ch_forward_slash, ch_null } |
Function Documentation
char* _fullpath |
( |
char * |
buf, |
|
|
const char * |
relative, |
|
|
size_t |
len | |
|
) |
| | |
Variable Documentation
|
|