|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <FTps.hpp>
Private Member Functions | |
| FTpsRep (int minOrder, int maxOrder, int trcOrder) | |
| ~FTpsRep () | |
| void | clear () |
| void | clear (int minOrder, int maxOrder) |
| T * | begin () const |
| T * | end () const |
| T * | begin (int order) const |
| T * | end (int order) const |
Private Attributes | |
| FTpsRep< T, N > * | next |
| int | ref |
| int | minOrd |
| int | maxOrd |
| int | trcOrd |
| int | allocOrd |
| int | len |
| T * | data |
Friends | |
| class | FTps< T, N > |
| class | FVps< T, N > |
|
private |
Definition at line 118 of file FTps.hpp.
References allocOrd, data, FTps< T, N >::EXACT, FTpsData< N >::getSize(), len, maxOrd, minOrd, next, ref, FTpsData< N >::setup(), and trcOrd.
|
inlineprivate |
Definition at line 75 of file FTps.hpp.
References data.
Referenced by FTps< T, N >::grow(), and FTps< T, N >::unique().
|
inlineprivate |
Definition at line 83 of file FTps.hpp.
References data, and FTpsData< N >::orderStart().
|
private |
|
private |
Definition at line 141 of file FTps.hpp.
References data, FTpsData< N >::orderEnd(), and FTpsData< N >::orderStart().
|
inlineprivate |
Definition at line 79 of file FTps.hpp.
Referenced by FTps< T, N >::grow(), and FTps< T, N >::unique().
|
inlineprivate |
Definition at line 87 of file FTps.hpp.
References data, and FTpsData< N >::orderEnd().
|
friend |
Definition at line 2098 of file FTps.hpp.
References FTps< T, N >::put().
|
private |
Definition at line 100 of file FTps.hpp.
Referenced by FTps< T, N >::allocate(), FTps< T, N >::deallocate(), and FTpsRep().
|
private |
|
private |
|
private |
Definition at line 98 of file FTps.hpp.
Referenced by FTps< T, N >::allocate(), clear(), and FTpsRep().
|
private |
Definition at line 97 of file FTps.hpp.
Referenced by FTps< T, N >::allocate(), clear(), and FTpsRep().
Definition at line 91 of file FTps.hpp.
Referenced by FTps< T, N >::allocate(), FTps< T, N >::deallocate(), and FTpsRep().
|
private |
Definition at line 94 of file FTps.hpp.
Referenced by FTps< T, N >::allocate(), FTpsRep(), and FTps< T, N >::unique().
|
private |
Definition at line 99 of file FTps.hpp.
Referenced by FTps< T, N >::allocate(), and FTpsRep().