Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
MemoryTester< DataType > Class Template Reference
Collaboration diagram for MemoryTester< DataType >:

Public Member Functions

void apply ()

Private Member Functions

char _initValue (Int32 v, char *)
Int16 _initValue (Int32 v, Int16 *)
Int32 _initValue (Int32 v, Int32 *)
Int64 _initValue (Int32 v, Int64 *)
Real _initValue (Int32 v, Real *)
Real3 _initValue (Int32 v, Real3 *)
Real2x2 _initValue (Int32 v, Real2x2 *)
Real3x3 _initValue (Int32 v, Real3x3 *)

Detailed Description

template<typename DataType>
class MemoryTester< DataType >

Definition at line 28 of file TestMemory.cc.

Member Function Documentation

◆ _initValue() [1/8]

template<typename DataType>
char MemoryTester< DataType >::_initValue ( Int32 v,
char *  )
inlineprivate

Definition at line 30 of file TestMemory.cc.

◆ _initValue() [2/8]

template<typename DataType>
Int16 MemoryTester< DataType >::_initValue ( Int32 v,
Int16 *  )
inlineprivate

Definition at line 35 of file TestMemory.cc.

◆ _initValue() [3/8]

template<typename DataType>
Int32 MemoryTester< DataType >::_initValue ( Int32 v,
Int32 *  )
inlineprivate

Definition at line 40 of file TestMemory.cc.

◆ _initValue() [4/8]

template<typename DataType>
Int64 MemoryTester< DataType >::_initValue ( Int32 v,
Int64 *  )
inlineprivate

Definition at line 45 of file TestMemory.cc.

◆ _initValue() [5/8]

template<typename DataType>
Real MemoryTester< DataType >::_initValue ( Int32 v,
Real *  )
inlineprivate

Definition at line 50 of file TestMemory.cc.

◆ _initValue() [6/8]

template<typename DataType>
Real2x2 MemoryTester< DataType >::_initValue ( Int32 v,
Real2x2 *  )
inlineprivate

Definition at line 60 of file TestMemory.cc.

◆ _initValue() [7/8]

template<typename DataType>
Real3 MemoryTester< DataType >::_initValue ( Int32 v,
Real3 *  )
inlineprivate

Definition at line 55 of file TestMemory.cc.

◆ _initValue() [8/8]

template<typename DataType>
Real3x3 MemoryTester< DataType >::_initValue ( Int32 v,
Real3x3 *  )
inlineprivate

Definition at line 67 of file TestMemory.cc.

◆ apply()

template<typename DataType>
void MemoryTester< DataType >::apply ( )
inline

Definition at line 78 of file TestMemory.cc.


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