Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



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 
)

Definition at line 53 of file miscxml.cpp.

References str_template::strcmp(), and str_template::strlen().

Referenced by xml_stream_attribute::crack_xml_request().


Variable Documentation

const char protocolFILE[] = { ch_f, ch_i, ch_l, ch_e, ch_null } [static]

const char protocolFTP[] = { ch_f, ch_t, ch_p, ch_null } [static]

BEGIN_TERIMBER_NAMESPACE const char protocolHTTP[] = { ch_h, ch_t, ch_t, ch_p, ch_null } [static]

Definition at line 44 of file miscxml.cpp.

Referenced by xml_stream_attribute::combine_url().

const char str_At[] = { ch_at, ch_null } [static]

Definition at line 46 of file miscxml.cpp.

Referenced by xml_stream_attribute::combine_url().

const char str_ForwardSlash[] = { ch_forward_slash, ch_null } [static]

Definition at line 49 of file miscxml.cpp.

Referenced by xml_stream_attribute::crack_xml_request().



© Copyright Terimber 2003-.