MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
grad::ScalarTypeTraits< T > Struct Template Reference

#include <matvec.h>

Inheritance diagram for grad::ScalarTypeTraits< T >:

Public Types

typedef T ScalarType
 
typedef T DirectExpressionType
 

Static Public Member Functions

template<typename Expression , typename PointerType >
static bool bHaveReferenceTo (const Expression &, const PointerType *, const PointerType *)
 

Detailed Description

template<typename T>
struct grad::ScalarTypeTraits< T >

Definition at line 298 of file matvec.h.

Member Typedef Documentation

template<typename T>
typedef T grad::ScalarTypeTraits< T >::DirectExpressionType

Definition at line 300 of file matvec.h.

template<typename T>
typedef T grad::ScalarTypeTraits< T >::ScalarType

Definition at line 299 of file matvec.h.

Member Function Documentation

template<typename T>
template<typename Expression , typename PointerType >
static bool grad::ScalarTypeTraits< T >::bHaveReferenceTo ( const Expression ,
const PointerType *  ,
const PointerType *   
)
inlinestatic

Definition at line 303 of file matvec.h.

303  {
304  return false;
305  }

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