Gaudi Framework, version v21r4

Home   Generated: 7 Sep 2009

AIDA::Annotation::AnnotationItem Class Reference

List of all members.


Detailed Description

Internal private annotation item class.

Definition at line 58 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 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 Mon Sep 7 18:25:42 2009 for Gaudi Framework, version v21r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004