file gm2calc_1_3_0/gm2calc_1_3_0/wrapper_EPhysicalProblem_decl.hpp
[No description available]
Functions
Name | |
---|---|
namespace | CAT_3(BACKENDNAME , _ , SAFE_VERSION ) |
Functions Documentation
function CAT_3
namespace CAT_3(
BACKENDNAME ,
_ ,
SAFE_VERSION
)
Source code
#ifndef __wrapper_EPhysicalProblem_decl_gm2calc_1_3_0_hpp__
#define __wrapper_EPhysicalProblem_decl_gm2calc_1_3_0_hpp__
#include <cstddef>
#include <string>
#include "forward_decls_wrapper_classes.hpp"
#include "gambit/Backends/wrapperbase.hpp"
#include "abstract_EPhysicalProblem.hpp"
#include "wrapper_Error_decl.hpp"
#include "identification.hpp"
namespace CAT_3(BACKENDNAME,_,SAFE_VERSION)
{
namespace gm2calc
{
class EPhysicalProblem : public Error
{
// Member variables:
public:
// -- Static factory pointers:
static Abstract_EPhysicalProblem* (*__factory0)(const std::string&);
// -- Other member variables:
// Member functions:
public:
::std::string what() const;
// Wrappers for original constructors:
public:
EPhysicalProblem(const std::string& message_);
// Special pointer-based constructor:
EPhysicalProblem(Abstract_EPhysicalProblem* in);
// Copy constructor:
EPhysicalProblem(const EPhysicalProblem& in);
// Assignment operator:
EPhysicalProblem& operator=(const EPhysicalProblem& in);
// Destructor:
~EPhysicalProblem();
// Returns correctly casted pointer to Abstract class:
Abstract_EPhysicalProblem* get_BEptr() const;
};
}
}
#include "gambit/Backends/backend_undefs.hpp"
#endif /* __wrapper_EPhysicalProblem_decl_gm2calc_1_3_0_hpp__ */
Updated on 2024-07-18 at 13:53:35 +0000