$extrastylesheet
#include <mln/util/hqueues.hh>
Public Member Functions | |
hqueues (const histo::array< T > &h) | |
const p_queue_fast< P > & | operator() (const T &v) const |
p_queue_fast< P > & | operator() (const T &v) |
const p_queue_fast< P > & | operator[] (unsigned i) const |
p_queue_fast< P > & | operator[] (unsigned i) |
const mln::value::set< T > & | vset () const |
Protected Member Functions | |
void | pre_allocate_ (unsigned i) |
Protected Attributes | |
std::vector< bool > | allocated_ |
const histo::array< T > & | h_ |
std::vector< p_queue_fast< P > > | queues_ |
const mln::value::set< T > & | s_ |
Public Types | |
enum | { nvalues = mln_card(T) } |
Definition at line 52 of file hqueues.hh.
mln::util::hqueues< P, T >::hqueues | ( | const histo::array< T > & | h | ) |
const p_queue_fast<P>& mln::util::hqueues< P, T >::operator() | ( | const T & | v | ) | const |
p_queue_fast<P>& mln::util::hqueues< P, T >::operator() | ( | const T & | v | ) |
const p_queue_fast<P>& mln::util::hqueues< P, T >::operator[] | ( | unsigned | i | ) | const |
p_queue_fast<P>& mln::util::hqueues< P, T >::operator[] | ( | unsigned | i | ) |
|
protected |
const mln::value::set<T>& mln::util::hqueues< P, T >::vset | ( | ) | const |
|
protected |
Definition at line 73 of file hqueues.hh.
|
protected |
Definition at line 71 of file hqueues.hh.
|
protected |
Definition at line 74 of file hqueues.hh.
|
protected |
Definition at line 72 of file hqueues.hh.
anonymous enum |
Definition at line 54 of file hqueues.hh.