EventAnalysis  1.3.0
Public Member Functions | Public Attributes | List of all members
EA::PersistenceService::BookedObject Struct Reference

#include <PersistenceService.h>

Public Member Functions

 BookedObject (std::string name, std::string store)
 
bool operator== (const BookedObject &obj)
 

Public Attributes

std::string objName
 
std::string storeName
 

Detailed Description

struct to represent booked objects.

Constructor & Destructor Documentation

◆ BookedObject()

EA::PersistenceService::BookedObject::BookedObject ( std::string  name,
std::string  store 
)
inline

Member Function Documentation

◆ operator==()

bool EA::PersistenceService::BookedObject::operator== ( const BookedObject obj)
inline

Member Data Documentation

◆ objName

std::string EA::PersistenceService::BookedObject::objName

◆ storeName

std::string EA::PersistenceService::BookedObject::storeName

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