class Gambit::python_variable
Holds the info about a python backend variable, and defines conversion functions. More…
#include <python_variable.hpp>
Public Functions
Name | |
---|---|
python_variable(const str & , const str & , const str & ) Constructor. | |
python_variable & | operator=(const TYPE & ) Assignment operator for python_variable from equivalent C++ type. |
operator TYPE const() Cast operator from python_variable to equivalent C++ type. |
Detailed Description
template <typename TYPE >
class Gambit::python_variable;
Holds the info about a python backend variable, and defines conversion functions.
Public Functions Documentation
function python_variable
inline python_variable(
const str & ,
const str & ,
const str &
)
Constructor.
function operator=
inline python_variable & operator=(
const TYPE &
)
Assignment operator for python_variable from equivalent C++ type.
function operator TYPE const
inline operator TYPE const()
Cast operator from python_variable to equivalent C++ type.
Updated on 2024-07-18 at 13:53:30 +0000