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

python binding to the MHO_ContainerStore More...

#include <MHO_PyContainerStoreInterface.hh>

Public Member Functions

 MHO_PyContainerStoreInterface ()
 
 MHO_PyContainerStoreInterface (MHO_ContainerStore *conStore)
 
virtual ~MHO_PyContainerStoreInterface ()
 
MHO_ContainerStoreGetContainerStore ()
 
std::size_t GetNObjects ()
 
template<typename XClassType >
MHO_PyTableContainer< XClassType > * GetObject (const std::string &uuid_string)
 
py::list GetObjectList ()
 
std::string GetObjectTypeUUID (const std::string &uuid_string) const
 
bool IsObjectPresent (const std::string &uuid_string) const
 
bool IsValid ()
 

Detailed Description

python binding to the MHO_ContainerStore

Author
J. Barrett - barre.nosp@m.ttj@.nosp@m.mit.e.nosp@m.du
Date
Thu Sep 23 16:03:48 2021 -0400

Constructor & Destructor Documentation

◆ MHO_PyContainerStoreInterface() [1/2]

hops::MHO_PyContainerStoreInterface::MHO_PyContainerStoreInterface ( )
inline

◆ MHO_PyContainerStoreInterface() [2/2]

hops::MHO_PyContainerStoreInterface::MHO_PyContainerStoreInterface ( MHO_ContainerStore conStore)
inline

◆ ~MHO_PyContainerStoreInterface()

virtual hops::MHO_PyContainerStoreInterface::~MHO_PyContainerStoreInterface ( )
inlinevirtual

Member Function Documentation

◆ GetContainerStore()

MHO_ContainerStore* hops::MHO_PyContainerStoreInterface::GetContainerStore ( )
inline

◆ GetNObjects()

std::size_t hops::MHO_PyContainerStoreInterface::GetNObjects ( )
inline

◆ GetObject()

template<typename XClassType >
MHO_PyTableContainer< XClassType >* hops::MHO_PyContainerStoreInterface::GetObject ( const std::string &  uuid_string)
inline

◆ GetObjectList()

py::list hops::MHO_PyContainerStoreInterface::GetObjectList ( )
inline

◆ GetObjectTypeUUID()

std::string hops::MHO_PyContainerStoreInterface::GetObjectTypeUUID ( const std::string &  uuid_string) const
inline

◆ IsObjectPresent()

bool hops::MHO_PyContainerStoreInterface::IsObjectPresent ( const std::string &  uuid_string) const
inline

◆ IsValid()

bool hops::MHO_PyContainerStoreInterface::IsValid ( )
inline

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