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.
|
#include <moDeviceCode.h>
Public Member Functions | |
moDeviceCodeList () | |
CODIGO DISPOSITIVO LISTA. More... | |
virtual | ~moDeviceCodeList () |
MOboolean | Init () |
Inicializa el objeto. More... | |
void | Add (MOint, MOint, MOint=0) |
MOboolean | Delete (moDeviceCode *) |
void | Copy (moDeviceCodeList *) |
MOboolean | Finish () |
Finaliza el objeto, libera recursos. More... | |
Public Member Functions inherited from moAbstract | |
moAbstract () | |
virtual | ~moAbstract () |
MOboolean | Initialized () |
Pregunta si está inicializado. More... | |
Public Attributes | |
moDeviceCode * | First |
moDeviceCode * | Last |
Public Attributes inherited from moAbstract | |
MOboolean | m_bInitialized |
Valor de inicialización More... | |
Additional Inherited Members | |
Static Public Attributes inherited from moAbstract | |
static moDebug * | MODebug2 = new moDebug() |
Clase de impresión de errores para depuración More... | |
static moTextHeap * | MODebug = new moTextHeap() |
Lista de textos. More... | |
Definition at line 50 of file moDeviceCode.h.
moDeviceCodeList::moDeviceCodeList | ( | ) |
CODIGO DISPOSITIVO LISTA.
Definition at line 56 of file moDeviceCode.cpp.
|
virtual |
Definition at line 61 of file moDeviceCode.cpp.
Definition at line 66 of file moDeviceCode.cpp.
void moDeviceCodeList::Copy | ( | moDeviceCodeList * | copy | ) |
Definition at line 128 of file moDeviceCode.cpp.
MOboolean moDeviceCodeList::Delete | ( | moDeviceCode * | ev | ) |
Definition at line 86 of file moDeviceCode.cpp.
|
virtual |
Finaliza el objeto, libera recursos.
Función de finalización. Libera los recursos generados en la función de inicialización.
Reimplemented from moAbstract.
Definition at line 121 of file moDeviceCode.cpp.
|
virtual |
Inicializa el objeto.
Función de Inicialización. Todos los recursos manejados exclusivamente por este objeto son generados aquí.
Reimplemented from moAbstract.
Definition at line 114 of file moDeviceCode.cpp.
moDeviceCode* moDeviceCodeList::First |
Definition at line 53 of file moDeviceCode.h.
moDeviceCode* moDeviceCodeList::Last |
Definition at line 54 of file moDeviceCode.h.