Loxahatchee  v0.0.1-1346
Lox Convenience C++ Library
Lox.hpp File Reference

Common methods and functionality easily shared between projects. More...

#include <string>
Include dependency graph for Lox.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Common methods and functionality easily shared between projects.