|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
Implementation file for class Tuples::TupleObj. More...
#include <cstdarg>#include <algorithm>#include <map>#include "GaudiKernel/GaudiException.h"#include "GaudiAlg/Tuples.h"#include "GaudiAlg/TupleObj.h"#include "boost/integer_traits.hpp"#include "boost/static_assert.hpp"
Go to the source code of this file.
Classes | |
| class | Tuples::Local::Counter |
Namespaces | |
| namespace | Tuples |
General namespace for Tuple properties. | |
| namespace | Tuples::Local |
Functions | |
| Tuples::BOOST_STATIC_ASSERT (boost::integer_traits< int >::is_specialized) | |
| Tuples::BOOST_STATIC_ASSERT (boost::integer_traits< short >::is_specialized) | |
| Tuples::BOOST_STATIC_ASSERT (boost::integer_traits< unsigned short >::is_specialized) | |
| Tuples::BOOST_STATIC_ASSERT (boost::integer_traits< char >::is_specialized) | |
| Tuples::BOOST_STATIC_ASSERT (boost::integer_traits< unsigned char >::is_specialized) | |
| Tuples::BOOST_STATIC_ASSERT (sizeof(int)<=sizeof(long)) | |
| Tuples::BOOST_STATIC_ASSERT (sizeof(int)<=sizeof(unsigned long)) | |
| Tuples::BOOST_STATIC_ASSERT (sizeof(int)<=sizeof(unsigned int)) | |
| Tuples::BOOST_STATIC_ASSERT (sizeof(short)<=sizeof(int)) | |
| Tuples::BOOST_STATIC_ASSERT (sizeof(unsigned short)<=sizeof(int)) | |
| Tuples::BOOST_STATIC_ASSERT (sizeof(char)<=sizeof(int)) | |
| Tuples::BOOST_STATIC_ASSERT (sizeof(signed char)<=sizeof(int)) | |
| Tuples::BOOST_STATIC_ASSERT (sizeof(unsigned char)<=sizeof(int)) | |
| Tuples::BOOST_STATIC_ASSERT (boost::integer_traits< int >::const_max<=boost::integer_traits< long >::const_max) | |
| Tuples::BOOST_STATIC_ASSERT (boost::integer_traits< int >::const_min >=boost::integer_traits< long >::const_min) | |
| Tuples::BOOST_STATIC_ASSERT (boost::integer_traits< short >::const_max<=boost::integer_traits< int >::const_max) | |
| Tuples::BOOST_STATIC_ASSERT (boost::integer_traits< short >::const_min >=boost::integer_traits< int >::const_min) | |
| Tuples::BOOST_STATIC_ASSERT (boost::integer_traits< unsigned short >::const_max<=(unsigned int) boost::integer_traits< int >::const_max) | |
| Tuples::BOOST_STATIC_ASSERT (boost::integer_traits< char >::const_max<=boost::integer_traits< int >::const_max) | |
| Tuples::BOOST_STATIC_ASSERT (boost::integer_traits< char >::const_min >=boost::integer_traits< int >::const_min) | |
| Tuples::BOOST_STATIC_ASSERT (boost::integer_traits< unsigned char >::const_max<=(unsigned int) boost::integer_traits< int >::const_max) | |
| Tuples::BOOST_STATIC_ASSERT (31==boost::integer_traits< int >::digits) | |
| Tuples::BOOST_STATIC_ASSERT (std::numeric_limits< float >::is_specialized) | |
Variables | |
| static Counter | Tuples::Local::s_InstanceCounter (" Create/Destroy (mis)balance ") |
| The instance counter for all 'TupleObj' based classes. | |
Implementation file for class Tuples::TupleObj.
Definition in file TupleObj.cpp.