Gaudi Framework, version v20r2

Generated: 18 Jul 2008

AIDA::Annotation::AnnotationItem Class Reference

Collaboration diagram for AIDA::Annotation::AnnotationItem:

Collaboration graph
[legend]
List of all members.

Detailed Description

Internal private annotation item class.

Definition at line 56 of file Annotation.h.

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


Constructor & Destructor Documentation

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

Definition at line 58 of file Annotation.h.

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

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

Definition at line 64 of file Annotation.h.

00064 { /* nop */};


Member Data Documentation

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

Definition at line 64 of file Annotation.h.

Referenced by AIDA::Annotation::removeItem().

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

Definition at line 67 of file Annotation.h.

Referenced by AIDA::Annotation::removeItem().

bool AIDA::Annotation::AnnotationItem::m_sticky

Definition at line 68 of file Annotation.h.

Referenced by AIDA::Annotation::removeItem().


The documentation for this class was generated from the following file:
Generated at Fri Jul 18 12:10:12 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004