XeTable Class Reference
An extension to map<int,double>.
More...
#include <XeCore.h>
List of all members.
Public Member Functions |
void | add (int i, double value) |
| add an entry
|
int | getFirst () |
int | getLast () |
bool | printIt (int level=1) |
| method to print the object
|
| XeTable (string name) |
Protected Attributes |
int | first |
int | last |
Detailed Description
An extension to map<int,double>.
Member Function Documentation
void XeTable::add |
( |
int |
i, |
|
|
double |
value | |
|
) |
| | |
add an entry
- Parameters:
-
| i | index |
| value | value corresponding to index |
int XeTable::getFirst |
( |
|
) |
|
- Returns:
- first index value
bool XeTable::printIt |
( |
int |
level = 1 |
) |
[virtual] |
method to print the object
- Returns:
- true if no error was found
- Parameters:
-
Reimplemented from XeObject.
The documentation for this class was generated from the following file:
- /home/lellouch/Dropbox/Xenon/Xephyr/XeCore.h