CepGen 1.2.5
Central exclusive processes event generator
|
Classes | |
class | CardHandler |
CepGen Python configuration cards reader/writer. More... | |
class | ConfigWriter |
Toolbox to dump user-steered configuration into Python scripts. More... | |
class | DocumentationGenerator |
Python modules documentation generator. More... | |
class | Environment |
class | Error |
class | Functional |
class | Integrator |
class | ObjectPtr |
Smart pointer to a Python object and its dereferencing operator. More... | |
Typedefs | |
typedef std::unique_ptr< PyObject, void(*)(PyObject *)> | PyObjectPtr |
Functions | |
static std::string | repr (const ParametersList ¶ms, const std::string &key) |
void | obj_deleter (PyObject *obj) |
template<> | |
bool | ObjectPtr::is< std::string > () const |
template<> | |
std::string | ObjectPtr::value< std::string > () const |
template<> | |
ObjectPtr | ObjectPtr::make< std::string > (const std::string &val) |
template ObjectPtr | ObjectPtr::tupleFromVector< std::string > (const std::vector< std::string > &) |
std::ostream & | operator<< (std::ostream &os, const ObjectPtr &ptr) |
std::string | pythonPath (const std::string &) |
Translate a filename into a python-compatible path. | |
std::vector< std::wstring > | info () |
typedef std::unique_ptr<PyObject, void (*)(PyObject*)> PyObjectPtr |
Definition at line 34 of file ObjectPtr.h.
void obj_deleter | ( | PyObject * | obj | ) |
Definition at line 30 of file ObjectPtr.cpp.
bool ObjectPtr::is< std::string > | ( | ) | const |
Definition at line 83 of file ObjectPtr.cpp.
ObjectPtr ObjectPtr::make< std::string > | ( | const std::string & | val | ) |
Definition at line 286 of file ObjectPtr.cpp.
template ObjectPtr ObjectPtr::tupleFromVector< std::string > | ( | const std::vector< std::string > & | ) |
std::string ObjectPtr::value< std::string > | ( | ) | const |
Definition at line 192 of file ObjectPtr.cpp.
std::ostream & operator<< | ( | std::ostream & | os, |
const ObjectPtr & | ptr | ||
) |
Definition at line 357 of file ObjectPtr.cpp.
|
static |
Definition at line 34 of file ConfigWriter.cpp.