![]() |
EMath++
Classes for mathematical concepts
|
Cefc::Application | Class that contains the application inner logic |
Cemth::Arithmetic | Class with some functions for arithmetic math |
Cefc::Lexer | Class that works as a token supplier for the Parser class |
Cemthp::Lexer | Class that works as a token supplier for the Parser class |
Cemth::Monomial | Class for representing and operating monomials |
Cefc::Parser | Class that wraps a std::string and parses it as a number or as a operation |
Cemthp::Parser | Class that wraps a std::string and parses it as a Monomial or as a Polynomial |
Cefc::Plane | Plane class to draw a function in the Cartesian plane |
Cemth::Polynomial | Class for representing and operating polynomials |
Cefc::Storage | Storage class to read and write to a file |
Cefc::Terminal | Terminal class to manage the terminal through curses |
▼Ctesting::Test | |
CEParserTest | Class that provides a test fixture for the test cases |
Cefc::Token | Struct for representing a token as a type and a value |
Cemthp::Token | Struct for representing a token as a type and a value |
▼Cefc::Window | Generic class for wrapping a curses WINDOW |
Cefc::IWindow | Window class extension for input |
Cefc::OWindow | Window class extension for output |