#include <datalog.hpp>
Public Member Functions | |
void | append (const std::string &data) |
void | append (const double &data) |
void | remove (const unsigned int &index) |
const std::vector< std::string > & | entries () const |
const std::string & | name () const |
Friends | |
class | DataLog |
A category holds a collection of ordered and related items. This is conceptually similar to a column in a spreadsheet.
void Category::append | ( | const std::string & | data | ) |
Appends a string to this category.
void Category::append | ( | const double & | data | ) |
Appends a number to this category.
const std::vector<std::string>& Category::entries | ( | ) | const |
Gets a list of all entries contained in this category.
const std::string& Category::name | ( | ) | const |
void Category::remove | ( | const unsigned int & | index | ) |
|
friend |