te::common::uri::urisyn::traits Struct Reference

Traits used for parsing and encoding components. More...

#include <urisyn.h>

Public Attributes

const char begin_char
 begin char (or 0 if none) More...
 
const char * begin_cstring
 begin cstring (or 0 if none) More...
 
char char_class [256]
 map of char to class More...
 
const char end_char
 end char (or 0 if none) More...
 

Detailed Description

Traits used for parsing and encoding components.

Definition at line 43 of file urisyn.h.

Member Data Documentation

const char te::common::uri::urisyn::traits::begin_char

begin char (or 0 if none)

Definition at line 45 of file urisyn.h.

const char* te::common::uri::urisyn::traits::begin_cstring

begin cstring (or 0 if none)

Definition at line 44 of file urisyn.h.

char te::common::uri::urisyn::traits::char_class[256]

map of char to class

Definition at line 47 of file urisyn.h.

const char te::common::uri::urisyn::traits::end_char

end char (or 0 if none)

Definition at line 46 of file urisyn.h.


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