ChaiScript
Static Public Member Functions | List of all members
chaiscript::bootstrap::Bootstrap Class Reference

Class consisting of only static functions. More...

#include <bootstrap.hpp>

Static Public Member Functions

static void bootstrap (Module &m)
 perform all common bootstrap functions for std::string, void and POD types More...
 

Detailed Description

Class consisting of only static functions.

All default bootstrapping occurs from this class.

Member Function Documentation

◆ bootstrap()

static void chaiscript::bootstrap::Bootstrap::bootstrap ( Module m)
inlinestatic

perform all common bootstrap functions for std::string, void and POD types

Parameters
[in,out]mModule to add bootstrapped functions to
Returns
passed in Module

The documentation for this class was generated from the following file: