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

A wrapper class which allows us to serialize an char array as an int_vector. More...

#include <int_vector.hpp>

List of all members.

Public Types

typedef size_type_class size_type

Public Member Functions

 char_array_serialize_wrapper (const unsigned char *c=NULL, size_type n=0)
size_type serialize (std::ostream &out) const

Detailed Description

template<class size_type_class>
class sdsl::char_array_serialize_wrapper< size_type_class >

A wrapper class which allows us to serialize an char array as an int_vector.


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