CppUnit project page CppUnit home page

deque.h File Reference

#include "_stlimpl.h"

Include dependency graph for deque.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  CppTL

Classes

struct  CppTL::YesType
struct  CppTL::NoType
struct  CppTL::IsInteger< T >
struct  CppTL::IsInteger< bool >
struct  CppTL::IsInteger< char >
struct  CppTL::IsInteger< signed char >
struct  CppTL::IsInteger< unsigned char >
struct  CppTL::IsInteger< signed int >
struct  CppTL::IsInteger< unsigned int >
struct  CppTL::IsInteger< signed short >
struct  CppTL::IsInteger< unsigned short >
struct  CppTL::IsInteger< signed long >
struct  CppTL::IsInteger< unsigned long >
class  CppTL::DequeBase
class  CppTL::DequeIteratorCommonBase
class  CppTL::DequeIteratorBase< T >
class  CppTL::DequeIterator< T, Traits >
class  CppTL::Deque< T >

Defines

#define CPPTL_DECLARE_INTEGER_TYPE(type)


Define Documentation

#define CPPTL_DECLARE_INTEGER_TYPE ( type   ) 

Value:

template<> struct IsInteger<type> {     \
      typedef YesType value_type;          \
   }


SourceForge Logo hosts this site. Send comments to:
CppUnit Developers