The Gaudi Framework  master (37c0b60a)
IVersHistoryObj Class Referenceabstract

#include <GaudiKernel/IVersHistoryObj.h>

Inheritance diagram for IVersHistoryObj:

Public Types

typedef std::vector< Gaudi::Details::PropertyBase * > PropertyList
 

Public Member Functions

virtual ~IVersHistoryObj ()=default
 
virtual const std::stringname () const =0
 
virtual const std::stringtype () const =0
 
virtual const std::stringversion () const =0
 
virtual const PropertyListproperties () const =0
 

Detailed Description

Interface for Versioned History Objects

Author
Charles Leggett
Date
Feb 1 2011

Definition at line 28 of file IVersHistoryObj.h.

Member Typedef Documentation

◆ PropertyList

Constructor & Destructor Documentation

◆ ~IVersHistoryObj()

virtual IVersHistoryObj::~IVersHistoryObj ( )
virtualdefault

Member Function Documentation

◆ name()

virtual const std::string& IVersHistoryObj::name ( ) const
pure virtual

◆ properties()

virtual const PropertyList& IVersHistoryObj::properties ( ) const
pure virtual

◆ type()

virtual const std::string& IVersHistoryObj::type ( ) const
pure virtual

◆ version()

virtual const std::string& IVersHistoryObj::version ( ) const
pure virtual

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