Gaudi Framework, version v23r1

Home   Generated: Wed Feb 29 2012
Public Member Functions | Private Types

NTuple::Item< bool > Class Template Reference

Specialization acting as a smart pointer holding a N tuple _Item. More...

#include <NTuple.h>

Inheritance diagram for NTuple::Item< bool >:
Inheritance graph
[legend]
Collaboration diagram for NTuple::Item< bool >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Item ()
 Standard Constructor.
 operator bool () const
 Automatic type conversion.
Itemoperator= (const bool data)
 Assignment operator.
template<class T >
Itemoperator= (const Item< T > &data)
 Assignment operator.

Private Types

typedef Item< bool_My

Detailed Description

template<>
class NTuple::Item< bool >

Specialization acting as a smart pointer holding a N tuple _Item.

Definition at line 297 of file NTuple.h.


Member Typedef Documentation

typedef Item<bool> NTuple::Item< bool >::_My [private]

Definition at line 298 of file NTuple.h.


Constructor & Destructor Documentation

NTuple::Item< bool >::Item (  ) [inline]

Standard Constructor.

Definition at line 301 of file NTuple.h.

{    }

Member Function Documentation

NTuple::Item< bool >::operator bool (  ) const [inline]

Automatic type conversion.

Definition at line 303 of file NTuple.h.

{ return this->m_ptr->get();             }
template<class T >
Item& NTuple::Item< bool >::operator= ( const Item< T > &  data ) [inline]

Assignment operator.

Definition at line 311 of file NTuple.h.

                                         {
      this->m_ptr->set( data->get() );
      return *this;
    }
Item& NTuple::Item< bool >::operator= ( const bool  data ) [inline]

Assignment operator.

Definition at line 305 of file NTuple.h.

                                     {
      this->m_ptr->set( data );
      return *this;
    }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 29 2012 15:31:53 for Gaudi Framework, version v23r1 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004