SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Public Types | Static Public Member Functions
sdsl::wt_trait< character * > Class Template Reference

List of all members.

Public Types

enum  { char_node_map_size = 256 }
typedef bit_vector::size_type size_type
typedef character value_type
typedef character * reference_type
typedef std::map< value_type,
size_type > 
map_type
typedef std::map< value_type,
size_type > 
inv_map_type

Static Public Member Functions

static size_type alphabet_size_and_map (const reference_type rac, size_type n, map_type &map, inv_map_type &inv_map, value_type &first_symbol)
static bool symbol_available (const map_type &map, const value_type c, const value_type first_symbol, const size_type)
static size_type serialize_maps (std::ostream &out, const map_type &map, const inv_map_type &inv_map, structure_tree_node *v=NULL, std::string name="")
static void load_maps (std::istream &in, map_type &map, inv_map_type &inv_map)

template<class character>
class sdsl::wt_trait< character * >


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