Tree Compression with Top Trees Revisited
Public Member Functions | Public Attributes | List of all members
SimpleRePair::Records< Pair > Struct Template Reference

A list of RePair records. More...

#include <RePair.h>

Collaboration diagram for SimpleRePair::Records< Pair >:
Collaboration graph
[legend]

Public Member Functions

 Records ()
 
int add (uint hash)
 
Record< Pair > & operator[] (typename std::vector< Record< Pair >>::size_type index)
 
const Pair & operator[] (typename std::vector< Record< Pair >>::size_type index) const
 

Public Attributes

std::vector< Record< Pair > > records
 

Detailed Description

template<typename Pair>
struct SimpleRePair::Records< Pair >

A list of RePair records.

Definition at line 46 of file RePair.h.

Constructor & Destructor Documentation

template<typename Pair>
SimpleRePair::Records< Pair >::Records ( )
inline

Definition at line 47 of file RePair.h.

Member Function Documentation

template<typename Pair>
int SimpleRePair::Records< Pair >::add ( uint  hash)
inline

Definition at line 49 of file RePair.h.

template<typename Pair>
Record<Pair>& SimpleRePair::Records< Pair >::operator[] ( typename std::vector< Record< Pair >>::size_type  index)
inline

Definition at line 54 of file RePair.h.

template<typename Pair>
const Pair& SimpleRePair::Records< Pair >::operator[] ( typename std::vector< Record< Pair >>::size_type  index) const
inline

Definition at line 58 of file RePair.h.

Member Data Documentation

template<typename Pair>
std::vector<Record<Pair> > SimpleRePair::Records< Pair >::records

Definition at line 62 of file RePair.h.


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