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.
|
lista de textos More...
#include <moText.h>
Public Member Functions | |
moTextHeap () | |
moTextHeap (int max_heap) | |
moTextHeap (const moTextHeap &p_copy) | |
moTextHeap & | operator= (const moTextHeap &p_src) |
virtual | ~moTextHeap () |
void | Init (int max_heap=MO_MAX_DEBUG) |
void | Push (const moText &p_text) |
moText | Pop () |
const moText & | Get (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) |
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.
|
virtual |
Definition at line 1013 of file moText.cpp.
moTextHeap::moTextHeap | ( | ) |
moTextHeap::moTextHeap | ( | int | ) |
moTextHeap::~moTextHeap | ( | ) |
void moTextHeap::Clean | ( | ) |
Definition at line 1019 of file moText.cpp.
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.
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::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.