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::_node< size_type > Struct Template Reference

List of all members.

Public Member Functions

 _node (size_type tree_pos=0, size_type tree_pos_rank=0, uint16_t parent=_undef_node, uint16_t child_left=_undef_node, uint16_t child_right=_undef_node)
_nodeoperator= (const _node &v)
size_type serialize (std::ostream &out, structure_tree_node *v=NULL, std::string name="") const
void load (std::istream &in)

Public Attributes

size_type tree_pos
size_type tree_pos_rank
uint16_t parent
uint16_t child [2]

template<class size_type>
struct sdsl::_node< size_type >


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