OrderedCVector< Contained > Class Template Reference
List of all members.
|
Public Types |
typedef CircularVector
< Contained >::Iterator | Iterator |
Public Member Functions |
| OrderedCVector () |
template<typename Comparator > |
void | pushBack (const Contained &contained, const Comparator &comparator) |
Detailed Description
template<class Contained>
class OrderedCVector< Contained >
ordered circular vector.
Definition at line 336 of file ep_cvec.h.
Constructor & Destructor Documentation
template<class Contained >
Default constructor
Definition at line 341 of file ep_cvec.h.
Member Function Documentation
template<class Contained >
template<typename Comparator >
void OrderedCVector< Contained >::pushBack |
( |
const Contained & |
contained, |
|
|
const Comparator & |
comparator | |
|
) |
| | [inline] |
Ordered pushBack. Receive a Comparator as a template (functor/bind/function pointer)
- Parameters:
-
| contained | the Contained to be inserted |
| comparator | the typename to be called for comparison |
Definition at line 351 of file ep_cvec.h.
The documentation for this class was generated from the following file:
- /home/andref/projetos/epos--/include/ep_cvec.h