- if (!m_datos)
- std::cerr << "No se pudo allocar el arreglo CIndiceMagico::m_datos.\n";
-
- }
-
- ~CIndiceMagico()
- {
- delete m_nombres;
- delete m_datos;
- }
-
-public:
- iterator begin() { return m_datos; }
- iterator end() { return m_datos + m_cant; }
- void add(const char* nombre, const T dato)