HOPS
HOPS class reference
Public Member Functions | List of all members
hops::MHO_PyParameterStoreInterface Class Reference

python bindings for the MHO_ParameterStore More...

#include <MHO_PyParameterStoreInterface.hh>

Public Member Functions

 MHO_PyParameterStoreInterface (MHO_ParameterStore *paramStore)
 
virtual ~MHO_PyParameterStoreInterface ()
 
py::object Get (const std::string &value_path) const
 
py::dict GetContents ()
 
bool IsPresent (const std::string &value_path) const
 
void Set (const std::string &value_path, py::object value) const
 

Detailed Description

python bindings for the MHO_ParameterStore

Author
J. Barrett - barre.nosp@m.ttj@.nosp@m.mit.e.nosp@m.du
Date
Thu Sep 14 13:04:32 2023 -0400

Constructor & Destructor Documentation

◆ MHO_PyParameterStoreInterface()

hops::MHO_PyParameterStoreInterface::MHO_PyParameterStoreInterface ( MHO_ParameterStore paramStore)
inline

◆ ~MHO_PyParameterStoreInterface()

virtual hops::MHO_PyParameterStoreInterface::~MHO_PyParameterStoreInterface ( )
inlinevirtual

Member Function Documentation

◆ Get()

py::object hops::MHO_PyParameterStoreInterface::Get ( const std::string &  value_path) const
inline

◆ GetContents()

py::dict hops::MHO_PyParameterStoreInterface::GetContents ( )
inline

◆ IsPresent()

bool hops::MHO_PyParameterStoreInterface::IsPresent ( const std::string &  value_path) const
inline

◆ Set()

void hops::MHO_PyParameterStoreInterface::Set ( const std::string &  value_path,
py::object  value 
) const
inline

The documentation for this class was generated from the following file: