libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moTextHeap Class Reference

lista de textos More...

#include <moText.h>

Public Member Functions

 moTextHeap ()
 
 moTextHeap (int max_heap)
 
 moTextHeap (const moTextHeap &p_copy)
 
moTextHeapoperator= (const moTextHeap &p_src)
 
virtual ~moTextHeap ()
 
void Init (int max_heap=MO_MAX_DEBUG)
 
void Push (const moText &p_text)
 
moText Pop ()
 
const moTextGet (int x) const
 
int Count () const
 
int GetMaxHeap () const
 
void Set (int p_position, const moText &p_text)
 
void Clean ()
 
 moTextHeap ()
 
 moTextHeap (int)
 
 ~moTextHeap ()
 
void Push (moText)
 
moText Pop ()
 
moText Get (int x)
 
void Set (int, moText)
 

Detailed Description

lista de textos

lista tipo FIFO para textos.

Definition at line 306 of file moText.h.

Constructor & Destructor Documentation

moTextHeap::moTextHeap ( )

Definition at line 973 of file moText.cpp.

moTextHeap::moTextHeap ( int  max_heap)

Definition at line 980 of file moText.cpp.

moTextHeap::moTextHeap ( const moTextHeap p_copy)

Definition at line 997 of file moText.cpp.

moTextHeap::~moTextHeap ( )
virtual

Definition at line 1013 of file moText.cpp.

moTextHeap::moTextHeap ( )
moTextHeap::moTextHeap ( int  )
moTextHeap::~moTextHeap ( )

Member Function Documentation

void moTextHeap::Clean ( )

Definition at line 1019 of file moText.cpp.

int moTextHeap::Count ( ) const
inline

Definition at line 322 of file moText.h.

moText moTextHeap::Get ( int  x)

Definition at line 983 of file moText.cpp.

const moText & moTextHeap::Get ( int  x) const

Definition at line 1048 of file moText.cpp.

int moTextHeap::GetMaxHeap ( ) const
inline

Definition at line 323 of file moText.h.

void moTextHeap::Init ( int  max_heap = MO_MAX_DEBUG)

Definition at line 988 of file moText.cpp.

moTextHeap & moTextHeap::operator= ( const moTextHeap p_src)

Definition at line 1002 of file moText.cpp.

moText moTextHeap::Pop ( )
moText moTextHeap::Pop ( )

Definition at line 1032 of file moText.cpp.

void moTextHeap::Push ( moText  T)

Definition at line 965 of file moText.cpp.

void moTextHeap::Push ( const moText p_text)
inline

Definition at line 316 of file moText.h.

void moTextHeap::Set ( int  x,
moText  T 
)

Definition at line 994 of file moText.cpp.

void moTextHeap::Set ( int  p_position,
const moText p_text 
)

Definition at line 1056 of file moText.cpp.


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