TrioCFD 1.9.8
TrioCFD documentation
Loading...
Searching...
No Matches
TRUSTSingle< _TYPE_ > Class Template Reference

Represente un TYPE construit comme un tableau d'elements de type TYPE. More...

#include <TRUSTSingle.h>

Public Member Functions

 TRUSTSingle (int ncomp)
int size_array () const
const _TYPE_ & operator() (int i) const
_TYPE_ & operator() (int i)
const _TYPE_ & operator[] (int i) const
_TYPE_ & operator[] (int i)
_TYPE_ & operator= (_TYPE_ xx)

Detailed Description

template<typename _TYPE_>
class TRUSTSingle< _TYPE_ >

Represente un TYPE construit comme un tableau d'elements de type TYPE.

Definition at line 25 of file TRUSTSingle.h.

Constructor & Destructor Documentation

◆ TRUSTSingle()

template<typename _TYPE_>
TRUSTSingle< _TYPE_ >::TRUSTSingle ( int ncomp)
inline

Definition at line 28 of file TRUSTSingle.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename _TYPE_>
_TYPE_ & TRUSTSingle< _TYPE_ >::operator() ( int i)
inline

Definition at line 31 of file TRUSTSingle.h.

◆ operator()() [2/2]

template<typename _TYPE_>
const _TYPE_ & TRUSTSingle< _TYPE_ >::operator() ( int i) const
inline

Definition at line 30 of file TRUSTSingle.h.

◆ operator=()

template<typename _TYPE_>
_TYPE_ & TRUSTSingle< _TYPE_ >::operator= ( _TYPE_ xx)
inline

Definition at line 34 of file TRUSTSingle.h.

◆ operator[]() [1/2]

template<typename _TYPE_>
_TYPE_ & TRUSTSingle< _TYPE_ >::operator[] ( int i)
inline

Definition at line 33 of file TRUSTSingle.h.

◆ operator[]() [2/2]

template<typename _TYPE_>
const _TYPE_ & TRUSTSingle< _TYPE_ >::operator[] ( int i) const
inline

Definition at line 32 of file TRUSTSingle.h.

◆ size_array()

template<typename _TYPE_>
int TRUSTSingle< _TYPE_ >::size_array ( ) const
inline

Definition at line 29 of file TRUSTSingle.h.


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