Common methods and functionality easily shared between projects. More...
#include <string>
Namespaces | |
Lox | |
Common methods and functionality easily shared between projects. | |
Functions | |
std::string | Lox::buildDate (void) |
Date and timestamp when this library was built. More... | |
std::string | Lox::copyright (void) |
Copyright string. More... | |
std::string | Lox::name (void) |
The library name. More... | |
std::string | Lox::nameAndVersion (void) |
The library name and version strings combined. More... | |
std::string | Lox::version (void) |
The library version number. More... | |
Common methods and functionality easily shared between projects.