Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tuple_traits< const T *& > Struct Template Reference

#include <Tuple.h>

Public Types

typedef const T *& Value
 
typedef T *& Value_opposite
 
typedef T **const Pointer
 
typedef const T **const Const_pointer
 
typedef const T *& Reference
 
typedef const T *& Init_reference
 
typedef const T *& Const_reference
 
typedef const T ** Pointer_equivalent
 

Static Public Member Functions

static Reference ref (Pointer_equivalent p)
 

Detailed Description

template<class T>
struct Tuple_traits< const T *& >

Definition at line 126 of file Tuple.h.

Member Typedef Documentation

typedef const T** const Const_pointer

Definition at line 130 of file Tuple.h.

typedef const T*& Const_reference

Definition at line 133 of file Tuple.h.

typedef const T*& Init_reference

Definition at line 132 of file Tuple.h.

typedef T** const Pointer

Definition at line 129 of file Tuple.h.

typedef const T** Pointer_equivalent

Definition at line 134 of file Tuple.h.

typedef const T*& Reference

Definition at line 131 of file Tuple.h.

typedef const T*& Value

Definition at line 127 of file Tuple.h.

typedef T*& Value_opposite

Definition at line 128 of file Tuple.h.

Member Function Documentation

static Reference ref ( Pointer_equivalent  p)
inlinestatic

Definition at line 135 of file Tuple.h.

135 { return **p; }

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