#include <vector>
#include <map>
#include <algorithm>
#include <string>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <fstream>
#include <ctime>
#include <cmath>
#include "DataHandler.h"
Go to the source code of this file.
Classes | |
class | DataOperations< T > |
DataOperations: class to handle data and perform operations on them This class inherits DataHandler (interface). This construction allows to dynamicly select the temlate argument. More... | |
class | DataOperations< T >::Value |
Class for storing values It can store number or blank wich allows to display missing data. More... |