teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Namespaces | Typedefs | Functions
extensions/calc/mode.h File Reference
#include "core/utils.h"
#include "number.h"
#include <unordered_map>
#include <string>

Go to the source code of this file.

Namespaces

 teditor
 
 teditor::calc
 

Typedefs

typedef std::unordered_map< std::string, Num64 > teditor::calc::VarMap
 

Functions

VarMap & teditor::calc::vars ()
 
History & teditor::calc::cmds ()
 
void teditor::calc::addCmd (const std::string &c)