Welcome to aura’s documentation!

Contents:

Indices and tables

Breathe test

This is a test to see if we can reference C++ classes through Doxygen -> Breathe.

struct boost::aura::preprocessor

Public Functions

preprocessor()
template <typename T>
void add_define(const std::string &name, const T &value)

Add define to preprocessor.

std::string operator()(const std::string &s)

Take in string and output preprocessed string.

Private Members

const boost::regex re_

Regexp that is replaced.

std::map<std::string, std::string> defines_

Map of defines that maps keys to replacement.