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 73 of file Tuple.h.

Member Typedef Documentation

typedef const T** const Const_pointer

Definition at line 77 of file Tuple.h.

typedef const T*& Const_reference

Definition at line 80 of file Tuple.h.

typedef const T* Init_reference

Definition at line 79 of file Tuple.h.

typedef T** const Pointer

Definition at line 76 of file Tuple.h.

typedef const T** Pointer_equivalent

Definition at line 81 of file Tuple.h.

typedef const T*& Reference

Definition at line 78 of file Tuple.h.

typedef const T* Value

Definition at line 74 of file Tuple.h.

typedef T* Value_opposite

Definition at line 75 of file Tuple.h.

Member Function Documentation

static Reference ref ( Pointer_equivalent  p)
inlinestatic

Definition at line 82 of file Tuple.h.

82 { return *p; }

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