SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Public Member Functions | Public Attributes
sdsl::unsigned_char_map Struct Reference

List of all members.

Public Member Functions

unsigned char & operator[] (unsigned char i)
unsigned char operator[] (unsigned char i) const
void clear ()
uint16_t serialize (std::ostream &out, structure_tree_node *v=NULL, std::string name="") const
void load (std::istream &in)
void swap (unsigned_char_map &map)

Public Attributes

unsigned char m_map [256]

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