struct Gambit::Scanner::Plugins::ScannerPyPlugin::prior_physical
A derived class of like_ptr_base for managing Function_Base objects related to physical priors. More…
#include <py_module_scan.hpp>
Inherits from Gambit::Scanner::Plugins::ScannerPyPlugin::like_ptr_base< prior_physical >, std::enable_shared_from_this< T >
Public Functions
Name | |
---|---|
prior_physical(s_func & s) Constructs a prior_physical object. |
Additional inherited members
Protected Types inherited from Gambit::Scanner::Plugins::ScannerPyPlugin::like_ptr_base< prior_physical >
Name | |
---|---|
typedef std::shared_ptr< Gambit::Scanner::Function_Base< double(std::unordered_map< std::string, double > &)> > | s_ptr |
typedef Gambit::Scanner::Function_Base< double(std::unordered_map< std::string, double > &)> | s_func |
Public Functions inherited from Gambit::Scanner::Plugins::ScannerPyPlugin::like_ptr_base< prior_physical >
Name | |
---|---|
like_ptr_base(s_func & s) Constructs a like_ptr_base object. | |
Gambit::Scanner::like_ptr & | get() Retrieves the underlying shared pointer. |
Protected Attributes inherited from Gambit::Scanner::Plugins::ScannerPyPlugin::like_ptr_base< prior_physical >
Name | |
---|---|
s_ptr | ptr |
Detailed Description
struct Gambit::Scanner::Plugins::ScannerPyPlugin::prior_physical;
A derived class of like_ptr_base for managing Function_Base objects related to physical priors.
This class is specifically designed to manage Function_Base objects that represent physical priors in a system.
Public Functions Documentation
function prior_physical
inline prior_physical(
s_func & s
)
Constructs a prior_physical object.
Parameters:
- s A reference to the Function_Base object to be managed.
Updated on 2024-07-18 at 13:53:32 +0000