Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

AIDA::Annotation::AnnotationItem Class Reference

Internal private annotation item class. More...

List of all members.

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.

00062                                     :
00063       m_key( k ), m_value( v ), m_sticky( vis )
00064     {/* nop */};

AIDA::Annotation::AnnotationItem::~AnnotationItem (  )  [inline]

Definition at line 66 of file Annotation.h.

00066 { /* nop */};


Member Data Documentation

Definition at line 66 of file Annotation.h.

Definition at line 69 of file Annotation.h.

Definition at line 70 of file Annotation.h.


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

Generated at Thu Sep 30 09:58:50 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004