Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Random_access_circulator_ptrbase< T, Dist, Size > Class Template Reference

#include <circulator_bases.h>

Public Types

typedef
Random_access_circulator_tag 
iterator_category
 
typedef T value_type
 
typedef Dist difference_type
 
typedef Size size_type
 
typedef T * pointer
 
typedef T & reference
 

Public Member Functions

 Random_access_circulator_ptrbase ()
 
 Random_access_circulator_ptrbase (void *p)
 

Protected Attributes

void * _ptr
 

Detailed Description

template<class T, class Dist = std::ptrdiff_t, class Size = std::size_t>
class Random_access_circulator_ptrbase< T, Dist, Size >

Definition at line 150 of file circulator_bases.h.

Member Typedef Documentation

typedef Dist difference_type

Definition at line 157 of file circulator_bases.h.

typedef T* pointer

Definition at line 159 of file circulator_bases.h.

typedef T& reference

Definition at line 160 of file circulator_bases.h.

typedef Size size_type

Definition at line 158 of file circulator_bases.h.

typedef T value_type

Definition at line 156 of file circulator_bases.h.

Constructor & Destructor Documentation

Definition at line 161 of file circulator_bases.h.

Random_access_circulator_ptrbase ( void *  p)
inline

Definition at line 162 of file circulator_bases.h.

Member Data Documentation

void* _ptr
protected

Definition at line 153 of file circulator_bases.h.


The documentation for this class was generated from the following file: