Mcalc
0.1
a machinist's calculator
|
Contains generated data used by MCalc. More...
#include <vector>
#include <map>
#include "sqlite3.h"
Go to the source code of this file.
Classes | |
class | mc::DataStore |
Namespaces | |
mc | |
Typedefs | |
typedef std::vector< std::vector< std::string > > | Records |
typedef std::vector< std::string > | Record |
Contains generated data used by MCalc.
The DataStore acts as a wrapper around the database, performing lookups and saving state.
typedef std::vector<std::string> Record |
Inner vectors of 'Records' are 'Record'
typedef std::vector<std::vector<std::string> > Records |
Nested vectors in vectors are defined as 'Records'