Gaudi Framework, version v25r1

Home   Generated: Mon Mar 24 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
AIDA::Annotation::AnnotationItem Class Reference

Internal private annotation item class. More...

Collaboration diagram for AIDA::Annotation::AnnotationItem:
Collaboration graph
[legend]

Public Member Functions

 AnnotationItem (std::string k="", std::string v="", bool vis=true)
 
 ~AnnotationItem ()
 

Public Attributes

std::string m_key
 
std::string m_value
 
bool m_sticky
 

Detailed Description

Internal private annotation item class.

Definition at line 58 of file Annotation.h.

Constructor & Destructor Documentation

AIDA::Annotation::AnnotationItem::AnnotationItem ( std::string  k = "",
std::string  v = "",
bool  vis = true 
)
inline

Definition at line 60 of file Annotation.h.

:
m_key( k ), m_value( v ), m_sticky( vis )
{/* nop */};
AIDA::Annotation::AnnotationItem::~AnnotationItem ( )
inline

Definition at line 66 of file Annotation.h.

{ /* nop */};

Member Data Documentation

std::string AIDA::Annotation::AnnotationItem::m_key

Definition at line 66 of file Annotation.h.

bool AIDA::Annotation::AnnotationItem::m_sticky

Definition at line 70 of file Annotation.h.

std::string AIDA::Annotation::AnnotationItem::m_value

Definition at line 69 of file Annotation.h.


The documentation for this class was generated from the following file:
Generated at Mon Mar 24 2014 18:27:51 for Gaudi Framework, version v25r1 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004