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