Rosetta  2016.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | Public Member Functions | Protected Member Functions | Private Types | Private Member Functions | Private Attributes | Friends | List of all members
ObjexxFCL::FArray5P< typename > Class Template Reference

FArray5P: Fortran-Compatible 5D Proxy Array. More...

#include <FArray5P.hh>

Inheritance diagram for ObjexxFCL::FArray5P< typename >:
Inheritance graph
[legend]

Public Types

typedef Super::Base Base
 
typedef Base::Section Section
 
typedef Super::IR SIR
 
typedef DynamicIndexRange IR
 
typedef Base::value_type value_type
 
typedef Base::reference reference
 
typedef Base::const_reference const_reference
 
typedef Base::pointer pointer
 
typedef Base::const_pointer const_pointer
 
typedef Base::size_type size_type
 
typedef Base::difference_type difference_type
 
typedef Base::Value Value
 
typedef Base::Reference Reference
 
typedef Base::ConstReference ConstReference
 
typedef Base::Pointer Pointer
 
typedef Base::ConstPointer ConstPointer
 
typedef Base::Size Size
 
typedef Base::Difference Difference
 
- Public Types inherited from ObjexxFCL::FArray5< T >
typedef Super::Base Base
 
typedef Base::Section Section
 
typedef Base::IR IR
 
typedef Base::value_type value_type
 
typedef Base::reference reference
 
typedef Base::const_reference const_reference
 
typedef Base::pointer pointer
 
typedef Base::const_pointer const_pointer
 
typedef Base::size_type size_type
 
typedef Base::difference_type difference_type
 
typedef Base::Value Value
 
typedef Base::Reference Reference
 
typedef Base::ConstReference ConstReference
 
typedef Base::Pointer Pointer
 
typedef Base::ConstPointer ConstPointer
 
typedef Base::Size Size
 
typedef Base::Difference Difference
 
- Public Types inherited from ObjexxFCL::FArray< T >
typedef FArray< T > Base
 
typedef FArrayTraits< T > Traits
 
typedef FArraySection< T > Section
 
typedef IndexRange IR
 
typedefvalue_type
 
typedef T & reference
 
typedef T const & const_reference
 
typedef T * pointer
 
typedef T const * const_pointer
 
typedef std::size_t size_type
 
typedef std::ptrdiff_t difference_type
 
typedefValue
 
typedef T & Reference
 
typedef T const & ConstReference
 
typedef T * Pointer
 
typedef T const * ConstPointer
 
typedef std::size_t Size
 
typedef std::ptrdiff_t Difference
 
- Public Types inherited from ObjexxFCL::ObserverMulti
typedef SetWrapper< Observer * > Observers
 

Public Member Functions

 FArray5P ()
 Default Constructor. More...
 
 FArray5P (FArray5P const &a)
 Copy Constructor. More...
 
 FArray5P (FArray5P &a)
 Non-Const Copy Constructor. More...
 
 FArray5P (real_FArray const &a)
 Real Constructor. More...
 
 FArray5P (real_FArray &a)
 Non-Const Real Constructor. More...
 
 FArray5P (Super const &a)
 Super Constructor. More...
 
 FArray5P (Super &a)
 Non-Const Super Constructor. More...
 
 FArray5P (Base const &a)
 Base Constructor. More...
 
 FArray5P (Base &a)
 Non-Const Base Constructor. More...
 
 FArray5P (Section const &s)
 Section Constructor. More...
 
 FArray5P (Section &s)
 Non-Const Section Constructor. More...
 
 FArray5P (T const &t)
 Value Constructor. More...
 
 FArray5P (T &t)
 Non-Const Value Constructor. More...
 
 FArray5P (FArray5P const &a, IR const &I1_a, IR const &I2_a, IR const &I3_a, IR const &I4_a, IR const &I5_a)
 Copy + IndexRange Constructor. More...
 
 FArray5P (FArray5P &a, IR const &I1_a, IR const &I2_a, IR const &I3_a, IR const &I4_a, IR const &I5_a)
 Non-Const Copy + IndexRange Constructor. More...
 
 FArray5P (real_FArray const &a, IR const &I1_a, IR const &I2_a, IR const &I3_a, IR const &I4_a, IR const &I5_a)
 Real + IndexRange Constructor. More...
 
 FArray5P (real_FArray &a, IR const &I1_a, IR const &I2_a, IR const &I3_a, IR const &I4_a, IR const &I5_a)
 Non-Const Real + IndexRange Constructor. More...
 
 FArray5P (Super const &a, IR const &I1_a, IR const &I2_a, IR const &I3_a, IR const &I4_a, IR const &I5_a)
 Super + IndexRange Constructor. More...
 
 FArray5P (Super &a, IR const &I1_a, IR const &I2_a, IR const &I3_a, IR const &I4_a, IR const &I5_a)
 Non-Const Super + IndexRange Constructor. More...
 
 FArray5P (Base const &a, IR const &I1_a, IR const &I2_a, IR const &I3_a, IR const &I4_a, IR const &I5_a)
 Base + IndexRange Constructor. More...
 
 FArray5P (Base &a, IR const &I1_a, IR const &I2_a, IR const &I3_a, IR const &I4_a, IR const &I5_a)
 Non-Const Base + IndexRange Constructor. More...
 
 FArray5P (Section const &s, IR const &I1_a, IR const &I2_a, IR const &I3_a, IR const &I4_a, IR const &I5_a)
 Section + IndexRange Constructor. More...
 
 FArray5P (Section &s, IR const &I1_a, IR const &I2_a, IR const &I3_a, IR const &I4_a, IR const &I5_a)
 Non-Const Section + IndexRange Constructor. More...
 
 FArray5P (T const &t, IR const &I1_a, IR const &I2_a, IR const &I3_a, IR const &I4_a, IR const &I5_a)
 Value + IndexRange Constructor. More...
 
 FArray5P (T &t, IR const &I1_a, IR const &I2_a, IR const &I3_a, IR const &I4_a, IR const &I5_a)
 Non-Const Value + IndexRange Constructor. More...
 
virtual ~FArray5P ()
 Destructor. More...
 
FArray5Poperator= (FArray5P const &a)
 Copy Assignment. More...
 
FArray5Poperator= (Super const &a)
 Super Assignment. More...
 
template<typename U >
FArray5Poperator= (FArray5< U > const &a)
 Super Assignment Template. More...
 
template<typename U >
FArray5Poperator+= (FArray5< U > const &a)
 += Array Template More...
 
template<typename U >
FArray5Poperator-= (FArray5< U > const &a)
 -= Array Template More...
 
FArray5Poperator= (T const &t)
 = Value More...
 
FArray5Poperator+= (T const &t)
 += Value More...
 
FArray5Poperator-= (T const &t)
 -= Value More...
 
FArray5Poperator*= (T const &t)
 *= Value More...
 
FArray5Poperator/= (T const &t)
 /= Value More...
 
T const & operator() (int const i1, int const i2, int const i3, int const i4, int const i5) const
 array( i1, i2, i3, i4, i5 ) const More...
 
T & operator() (int const i1, int const i2, int const i3, int const i4, int const i5)
 array( i1, i2, i3, i4, i5 ) More...
 
Section const a (int const i1, int const i2, int const i3, int const i4, int const i5) const
 Section Starting at array( i1, i2, i3, i4, i5 ) More...
 
Section a (int const i1, int const i2, int const i3, int const i4, int const i5)
 Non-Const Section Starting at array( i1, i2, i3, i4, i5 ) More...
 
size_type index (int const i1, int const i2, int const i3, int const i4, int const i5) const
 Linear Index. More...
 
bool dimensions_initialized () const
 Dimensions Initialized? More...
 
bool contains (int const i1, int const i2, int const i3, int const i4, int const i5) const
 Contains Indexed Element? More...
 
bool initializer_active () const
 Initializer Active? More...
 
IR const & I1 () const
 IndexRange of Dimension 1. More...
 
int l1 () const
 Lower Index of Dimension 1. More...
 
int u1 () const
 Upper Index of Dimension 1. More...
 
IR const & I2 () const
 IndexRange of Dimension 2. More...
 
int l2 () const
 Lower Index of Dimension 2. More...
 
int u2 () const
 Upper Index of Dimension 2. More...
 
IR const & I3 () const
 IndexRange of Dimension 3. More...
 
int l3 () const
 Lower Index of Dimension 3. More...
 
int u3 () const
 Upper Index of Dimension 3. More...
 
IR const & I4 () const
 IndexRange of Dimension 4. More...
 
int l4 () const
 Lower Index of Dimension 4. More...
 
int u4 () const
 Upper Index of Dimension 4. More...
 
IR const & I5 () const
 IndexRange of Dimension 5. More...
 
int l5 () const
 Lower Index of Dimension 5. More...
 
int u5 () const
 Upper Index of Dimension 5. More...
 
size_type size5 () const
 Size of Dimension 5. More...
 
FArray5Pclear ()
 Clear. More...
 
FArray5P const & dim (IR const &I1_a, IR const &I2_a, IR const &I3_a, IR const &I4_a, IR const &I5_a) const
 Dimension by IndexRanges Even if Const. More...
 
template<typename U >
FArray5P const & dim (FArray5< U > const &a) const
 Dimension by Array Even if Const. More...
 
FArray5Pdimension (IR const &I1_a, IR const &I2_a, IR const &I3_a, IR const &I4_a, IR const &I5_a)
 Dimension by IndexRanges. More...
 
template<typename U >
FArray5Pdimension (FArray5< U > const &a)
 Dimension by Array. More...
 
FArray5Pattach (FArray5P const &a)
 Attach to Proxy Array. More...
 
FArray5Pattach (FArray5P &a)
 Attach to Non-Const Proxy Array. More...
 
FArray5Pattach (real_FArray const &a)
 Attach to Real Array. More...
 
FArray5Pattach (real_FArray &a)
 Attach to Non-Const Real Array. More...
 
FArray5Pattach (Super const &a)
 Attach to Super Array. More...
 
FArray5Pattach (Super &a)
 Attach to Non-Const Super Array. More...
 
FArray5Pattach (Base const &a)
 Attach to Base Array. More...
 
FArray5Pattach (Base &a)
 Attach to Non-Const Base Array. More...
 
FArray5Pattach (Section const &s)
 Attach to Section. More...
 
FArray5Pattach (Section &s)
 Attach to Non-Const Section. More...
 
FArray5Pattach (T const &t)
 Attach to Value. More...
 
FArray5Pattach (T &t)
 Attach to Non-Const Value. More...
 
FArray5Pdetach ()
 Detach from Source Array. More...
 
void update ()
 Update. More...
 
void destructed (Subject const &subject)
 Update for Destruction of a Subject. More...
 
- Public Member Functions inherited from ObjexxFCL::FArray5< T >
virtual ~FArray5 ()
 Destructor. More...
 
FArray5operator= (FArray5 const &a)
 Copy Assignment. More...
 
FArray5operator= (FArray5< U > const &a)
 Copy Assignment Template. More...
 
FArray5operator= (T const &t)
 = Value More...
 
FArray5operator+= (FArray5< U > const &a)
 += Array Template More...
 
FArray5operator+= (T const &t)
 += Value More...
 
FArray5operator-= (FArray5< U > const &a)
 -= Array Template More...
 
FArray5operator-= (T const &t)
 -= Value More...
 
FArray5operator*= (T const &t)
 *= Value More...
 
FArray5operator/= (T const &t)
 /= Value More...
 
T const & operator() (int const i1, int const i2, int const i3, int const i4, int const i5) const
 array( i1, i2, i3, i4, i5 ) const More...
 
T & operator() (int const i1, int const i2, int const i3, int const i4, int const i5)
 array( i1, i2, i3, i4, i5 ) More...
 
Section const a (int const i1, int const i2, int const i3, int const i4, int const i5) const
 Const Section Starting at array( i1, i2, i3, i4, i5 ) More...
 
Section a (int const i1, int const i2, int const i3, int const i4, int const i5)
 Section Starting at array( i1, i2, i3, i4, i5 ) More...
 
size_type index (int const i1, int const i2, int const i3, int const i4, int const i5) const
 Linear Index. More...
 
bool equal_dimension (FArray5< U > const &a) const
 Equal Dimension? More...
 
size_type size1 () const
 Size of Dimension 1. More...
 
size_type size2 () const
 Size of Dimension 2. More...
 
size_type size3 () const
 Size of Dimension 3. More...
 
size_type size4 () const
 Size of Dimension 4. More...
 
FArray5clear ()
 Clear. More...
 
FArray5to_default ()
 Assign Default Value to all Elements. More...
 
- Public Member Functions inherited from ObjexxFCL::FArray< T >
virtual ~FArray ()
 Destructor. More...
 
FArrayoperator= (T const &t)
 = Value More...
 
FArrayoperator+= (T const &t)
 += Value More...
 
FArrayoperator-= (T const &t)
 -= Value More...
 
FArrayoperator*= (T const &t)
 *= Value More...
 
FArrayoperator/= (T const &t)
 /= Value More...
 
T const & operator[] (size_type const i) const
 array[ i ] const: Linear Subscript More...
 
T & operator[] (size_type const i)
 array[ i ]: Linear Subscript More...
 
bool active () const
 Active? More...
 
bool array_size_bounded () const
 Array Size Bounded? More...
 
bool array_size_unbounded () const
 Array Size Unbounded? More...
 
bool size_bounded () const
 Active Array Size Bounded? More...
 
bool size_unbounded () const
 Active Array Size Unbounded? More...
 
bool owner () const
 Owner? More...
 
bool proxy () const
 Proxy? More...
 
bool is_default () const
 All Elements Default Valued? More...
 
bool is_zero () const
 All Elements Zero? More...
 
bool is_uniform () const
 Uniform Valued? More...
 
bool is_uniform (T const &t) const
 Uniform Valued with Specified Value? More...
 
size_type array_size () const
 Array Size. More...
 
size_type size () const
 Active Array Size. More...
 
void zero ()
 Assign Zero to all Elements. More...
 
void to_zero ()
 Assign Zero to all Elements. More...
 
- Public Member Functions inherited from ObjexxFCL::ObserverMulti
virtual ~ObserverMulti ()
 Destructor. More...
 
void insert_observer (Observer &observer) const
 Insert an Observer. More...
 
void remove_observer (Observer &observer) const
 Remove an Observer. More...
 
bool has_observer () const
 Has At Least One Observer? More...
 
Observers const * observers_p () const
 Observers Pointer. More...
 
Observers const & observers () const
 Observers. More...
 
void notify_destructed () const
 Notify Observers That This Subject is Being Destructed. More...
 
- Public Member Functions inherited from ObjexxFCL::Observer
virtual ~Observer ()
 Destructor. More...
 
void notify () const
 Notify Observers That This Subject Has Changed. More...
 
bool acyclic (Observer &) const
 Acyclic After Adding an Observer of This Subject? More...
 

Protected Member Functions

void dimension_assign (SIR const &I1_a, SIR const &I2_a, SIR const &I3_a, SIR const &I4_a, SIR const &I5_a)
 Dimension by IndexRanges. More...
 
- Protected Member Functions inherited from ObjexxFCL::FArray5< T >
 FArray5 ()
 Default Constructor. More...
 
 FArray5 (FArray5 const &a)
 Copy Constructor. More...
 
 FArray5 (FArray5< U > const &a)
 Copy Constructor Template. More...
 
 FArray5 (size_type const size_a)
 Size Constructor. More...
 
 FArray5 (size_type const size_a, InitializerSentinel const &initialized)
 Size + InitializerSentinel Constructor. More...
 
 FArray5 (ProxySentinel const &proxy)
 Default Proxy Constructor. More...
 
 FArray5 (FArray5 const &a, ProxySentinel const &proxy)
 Copy Proxy Constructor. More...
 
 FArray5 (FArray5 &a, ProxySentinel const &proxy)
 Non-Const Copy Proxy Constructor. More...
 
 FArray5 (Base const &a, ProxySentinel const &proxy)
 Base Proxy Constructor. More...
 
 FArray5 (Base &a, ProxySentinel const &proxy)
 Non-Const Base Proxy Constructor. More...
 
 FArray5 (Section const &s, ProxySentinel const &proxy)
 Section Proxy Constructor. More...
 
 FArray5 (Section &s, ProxySentinel const &proxy)
 Non-Const Section Proxy Constructor. More...
 
 FArray5 (T const &t, ProxySentinel const &proxy)
 Value Proxy Constructor. More...
 
 FArray5 (T &t, ProxySentinel const &proxy)
 Non-Const Value Proxy Constructor. More...
 
void swap5DB (FArray5 &v)
 Swap. More...
 
- Protected Member Functions inherited from ObjexxFCL::FArray< T >
 FArray ()
 Default Constructor. More...
 
 FArray (FArray const &a)
 Copy Constructor. More...
 
 FArray (FArray< U > const &a)
 Copy Constructor Template. More...
 
 FArray (size_type const size_a)
 Size Constructor. More...
 
 FArray (size_type const size_a, InitializerSentinel const &)
 Size + InitializerSentinel Constructor. More...
 
 FArray (ProxySentinel const &)
 Default Proxy Constructor. More...
 
 FArray (FArray const &a, ProxySentinel const &)
 Array Proxy Constructor. More...
 
 FArray (FArray &a, ProxySentinel const &)
 Non-Const Array Proxy Constructor. More...
 
 FArray (Section const &s, ProxySentinel const &)
 Section Proxy Constructor. More...
 
 FArray (Section &s, ProxySentinel const &)
 Non-Const Section Proxy Constructor. More...
 
 FArray (T const &t, ProxySentinel const &)
 Value Proxy Constructor. More...
 
 FArray (T &t, ProxySentinel const &)
 Non-Const Value Proxy Constructor. More...
 
void operator= (FArray const &a)
 Copy Assignment. More...
 
void operator= (FArray< U > const &a)
 Copy Assignment Template. More...
 
void operator+= (FArray< U > const &a)
 += Array Template More...
 
void operator-= (FArray< U > const &a)
 -= Array Template More...
 
void shift_set (int const shift_a)
 Shift Setup. More...
 
void size_set (size_type const size_a)
 Active Array Size Setup. More...
 
FArrayresize (size_type const size_a)
 Resize a Real Array. More...
 
void attach (FArray const &a)
 Attach Proxy/Argument Array to Const Array of Same Rank. More...
 
void attach (FArray &a)
 Attach Proxy/Argument Array to Array of Same Rank. More...
 
void attach (FArray const &a, int const shift_a)
 Attach Proxy/Argument Array to Const Array. More...
 
void attach (FArray &a, int const shift_a)
 Attach Proxy/Argument Array to Array. More...
 
void attach (Section const &s, int const shift_a)
 Attach Proxy/Argument Array to Const Section. More...
 
void attach (Section &s, int const shift_a)
 Attach Proxy/Argument Array to Section. More...
 
void attach (T const &t, int const shift_a)
 Attach Proxy/Argument Array to Const Value. More...
 
void attach (T &t, int const shift_a)
 Attach Proxy/Argument Array to Value. More...
 
void detach ()
 Detach Proxy/Argument Array. More...
 
void update_to (FArray const &a)
 Update Proxy Array Attachment to Const Array. More...
 
void update_to (FArray &a)
 Update Proxy Array Attachment to Array. More...
 
void swapB (FArray &v)
 Swap. More...
 
- Protected Member Functions inherited from ObjexxFCL::ObserverMulti
 ObserverMulti ()
 Default Constructor. More...
 
 ObserverMulti (ObserverMulti const &)
 Copy Constructor. More...
 
ObserverMultioperator= (ObserverMulti const &)
 Copy Assignment. More...
 
- Protected Member Functions inherited from ObjexxFCL::Observer
 Observer ()
 Default Constructor. More...
 
 Observer (Observer const &)
 Copy Constructor. More...
 
Observeroperator= (Observer const &)
 Copy Assignment. More...
 

Private Types

typedef FArray5< T > Super
 
typedef Super::real_FArray real_FArray
 
typedef Super::proxy_FArray proxy_FArray
 
typedef internal::ProxySentinel ProxySentinel
 

Private Member Functions

void dimension_proxy ()
 Dimension by Current IndexRanges. More...
 
void insert_as_observer ()
 Insert as Observer of the IndexRanges and Source Array. More...
 
void remove_as_observer ()
 Remove as Observer of the IndexRanges and Source Array. More...
 

Private Attributes

IR I1_
 Dimension 1 index range. More...
 
IR I2_
 Dimension 2 index range. More...
 
IR I3_
 Dimension 3 index range. More...
 
IR I4_
 Dimension 4 index range. More...
 
IR I5_
 Dimension 5 index range. More...
 
SubjectMulti const * source_
 Pointer (non-owning) to source array (0 if unknown) More...
 

Friends

class FArray5A< T >
 

Additional Inherited Members

- Static Public Attributes inherited from ObjexxFCL::FArray< T >
static size_type const npos
 Unbounded "size". More...
 
static size_type const max_size
 Max array size. More...
 
- Protected Types inherited from ObjexxFCL::FArray5< T >
typedef
internal::InitializerSentinel 
InitializerSentinel
 
typedef internal::ProxySentinel ProxySentinel
 
- Protected Types inherited from ObjexxFCL::FArray< T >
typedef
internal::InitializerSentinel 
InitializerSentinel
 
typedef internal::ProxySentinel ProxySentinel
 
- Static Protected Member Functions inherited from ObjexxFCL::FArray< T >
static size_type size_of (size_type const s1)
 Array Size Product of Specified Bounded Dimensional Sizes. More...
 
static size_type size_of (size_type const s1, size_type const s2)
 Array Size Product of Specified Bounded Dimensional Sizes. More...
 
static size_type size_of (size_type const s1, size_type const s2, size_type const s3)
 Array Size Product of Specified Bounded Dimensional Sizes. More...
 
static size_type size_of (size_type const s1, size_type const s2, size_type const s3, size_type const s4)
 Array Size Product of Specified Bounded Dimensional Sizes. More...
 
static size_type size_of (size_type const s1, size_type const s2, size_type const s3, size_type const s4, size_type const s5)
 Array Size Product of Specified Bounded Dimensional Sizes. More...
 
static size_type size_of (size_type const s1, size_type const s2, size_type const s3, size_type const s4, size_type const s5, size_type const s6)
 Array Size Product of Specified Bounded Dimensional Sizes. More...
 
static size_type size_of (IR const &I1)
 Array Size Product of Specified Bounded IndexRanges. More...
 
static size_type size_of (IR const &I1, IR const &I2)
 Array Size Product of Specified Bounded IndexRanges. More...
 
static size_type size_of (IR const &I1, IR const &I2, IR const &I3)
 Array Size Product of Specified Bounded IndexRanges. More...
 
static size_type size_of (IR const &I1, IR const &I2, IR const &I3, IR const &I4)
 Array Size Product of Specified Bounded IndexRanges. More...
 
static size_type size_of (IR const &I1, IR const &I2, IR const &I3, IR const &I4, IR const &I5)
 Array Size Product of Specified Bounded IndexRanges. More...
 
static size_type size_of (IR const &I1, IR const &I2, IR const &I3, IR const &I4, IR const &I5, IR const &I6)
 Array Size Product of Specified Bounded IndexRanges. More...
 
- Protected Attributes inherited from ObjexxFCL::FArray5< T >
size_type s1_
 Dimension 1 size. More...
 
size_type s2_
 Dimension 2 size. More...
 
size_type s3_
 Dimension 3 size. More...
 
size_type s4_
 Dimension 4 size. More...
 
- Protected Attributes inherited from ObjexxFCL::FArray< T >
size_type array_size_
 Size of data array. More...
 
T * array_
 Pointer to data array. More...
 
size_type size_
 Size of active array. More...
 
bool const owner_
 Owner of data array? More...
 
int shift_
 Array shift. More...
 
T * sarray_
 Shifted pointer to data array. More...
 

Detailed Description

template<typename>
class ObjexxFCL::FArray5P< typename >

FArray5P: Fortran-Compatible 5D Proxy Array.

Member Typedef Documentation

template<typename >
typedef Super::Base ObjexxFCL::FArray5P< typename >::Base
template<typename >
typedef Base::ConstPointer ObjexxFCL::FArray5P< typename >::ConstPointer
template<typename >
typedef Base::Difference ObjexxFCL::FArray5P< typename >::Difference
template<typename >
typedef DynamicIndexRange ObjexxFCL::FArray5P< typename >::IR
template<typename >
typedef Base::pointer ObjexxFCL::FArray5P< typename >::pointer
template<typename >
typedef Base::Pointer ObjexxFCL::FArray5P< typename >::Pointer
template<typename >
typedef Super::proxy_FArray ObjexxFCL::FArray5P< typename >::proxy_FArray
private
template<typename >
typedef internal::ProxySentinel ObjexxFCL::FArray5P< typename >::ProxySentinel
private
template<typename >
typedef Super::real_FArray ObjexxFCL::FArray5P< typename >::real_FArray
private
template<typename >
typedef Base::reference ObjexxFCL::FArray5P< typename >::reference
template<typename >
typedef Base::Reference ObjexxFCL::FArray5P< typename >::Reference
template<typename >
typedef Base::Section ObjexxFCL::FArray5P< typename >::Section
template<typename >
typedef Super::IR ObjexxFCL::FArray5P< typename >::SIR
template<typename >
typedef Base::Size ObjexxFCL::FArray5P< typename >::Size
template<typename >
typedef Base::size_type ObjexxFCL::FArray5P< typename >::size_type
template<typename >
typedef FArray5< T > ObjexxFCL::FArray5P< typename >::Super
private
template<typename >
typedef Base::Value ObjexxFCL::FArray5P< typename >::Value
template<typename >
typedef Base::value_type ObjexxFCL::FArray5P< typename >::value_type

Constructor & Destructor Documentation

template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( )
inline

Default Constructor.

template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( FArray5P< typename > const &  a)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( FArray5P< typename > &  a)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( real_FArray const &  a)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( real_FArray a)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( Super const &  a)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( Super a)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( Base const &  a)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( Base a)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( Section const &  s)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( Section s)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( T const &  t)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( T &  t)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( FArray5P< typename > const &  a,
IR const &  I1_a,
IR const &  I2_a,
IR const &  I3_a,
IR const &  I4_a,
IR const &  I5_a 
)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( FArray5P< typename > &  a,
IR const &  I1_a,
IR const &  I2_a,
IR const &  I3_a,
IR const &  I4_a,
IR const &  I5_a 
)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( real_FArray const &  a,
IR const &  I1_a,
IR const &  I2_a,
IR const &  I3_a,
IR const &  I4_a,
IR const &  I5_a 
)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( real_FArray a,
IR const &  I1_a,
IR const &  I2_a,
IR const &  I3_a,
IR const &  I4_a,
IR const &  I5_a 
)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( Super const &  a,
IR const &  I1_a,
IR const &  I2_a,
IR const &  I3_a,
IR const &  I4_a,
IR const &  I5_a 
)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( Super a,
IR const &  I1_a,
IR const &  I2_a,
IR const &  I3_a,
IR const &  I4_a,
IR const &  I5_a 
)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( Base const &  a,
IR const &  I1_a,
IR const &  I2_a,
IR const &  I3_a,
IR const &  I4_a,
IR const &  I5_a 
)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( Base a,
IR const &  I1_a,
IR const &  I2_a,
IR const &  I3_a,
IR const &  I4_a,
IR const &  I5_a 
)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( Section const &  s,
IR const &  I1_a,
IR const &  I2_a,
IR const &  I3_a,
IR const &  I4_a,
IR const &  I5_a 
)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( Section s,
IR const &  I1_a,
IR const &  I2_a,
IR const &  I3_a,
IR const &  I4_a,
IR const &  I5_a 
)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( T const &  t,
IR const &  I1_a,
IR const &  I2_a,
IR const &  I3_a,
IR const &  I4_a,
IR const &  I5_a 
)
inline
template<typename >
ObjexxFCL::FArray5P< typename >::FArray5P ( T &  t,
IR const &  I1_a,
IR const &  I2_a,
IR const &  I3_a,
IR const &  I4_a,
IR const &  I5_a 
)
inline
template<typename >
virtual ObjexxFCL::FArray5P< typename >::~FArray5P ( )
inlinevirtual

Member Function Documentation

template<typename >
Section const ObjexxFCL::FArray5P< typename >::a ( int const  i1,
int const  i2,
int const  i3,
int const  i4,
int const  i5 
) const
inline
template<typename >
Section ObjexxFCL::FArray5P< typename >::a ( int const  i1,
int const  i2,
int const  i3,
int const  i4,
int const  i5 
)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::attach ( FArray5P< typename > const &  a)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::attach ( FArray5P< typename > &  a)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::attach ( real_FArray const &  a)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::attach ( real_FArray a)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::attach ( Super const &  a)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::attach ( Super a)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::attach ( Base const &  a)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::attach ( Base a)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::attach ( Section const &  s)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::attach ( Section s)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::attach ( T const &  t)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::attach ( T &  t)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::clear ( )
inlinevirtual
template<typename >
bool ObjexxFCL::FArray5P< typename >::contains ( int const  i1,
int const  i2,
int const  i3,
int const  i4,
int const  i5 
) const
inlinevirtual
template<typename >
void ObjexxFCL::FArray5P< typename >::destructed ( Subject const &  subject)
inlinevirtual
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::detach ( )
inline
template<typename >
FArray5P const& ObjexxFCL::FArray5P< typename >::dim ( IR const &  I1_a,
IR const &  I2_a,
IR const &  I3_a,
IR const &  I4_a,
IR const &  I5_a 
) const
inline

Dimension by IndexRanges Even if Const.

References ObjexxFCL::FArray5P< typename >::dimension().

template<typename >
template<typename U >
FArray5P const& ObjexxFCL::FArray5P< typename >::dim ( FArray5< U > const &  a) const
inline

Dimension by Array Even if Const.

References ObjexxFCL::FArray5P< typename >::dimension().

template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::dimension ( IR const &  I1_a,
IR const &  I2_a,
IR const &  I3_a,
IR const &  I4_a,
IR const &  I5_a 
)
inline
template<typename >
template<typename U >
FArray5P& ObjexxFCL::FArray5P< typename >::dimension ( FArray5< U > const &  a)
inline
template<typename >
void ObjexxFCL::FArray5P< typename >::dimension_assign ( SIR const &  I1_a,
SIR const &  I2_a,
SIR const &  I3_a,
SIR const &  I4_a,
SIR const &  I5_a 
)
inlineprotectedvirtual
template<typename >
void ObjexxFCL::FArray5P< typename >::dimension_proxy ( )
inlineprivate
template<typename >
bool ObjexxFCL::FArray5P< typename >::dimensions_initialized ( ) const
inlinevirtual
template<typename >
IR const& ObjexxFCL::FArray5P< typename >::I1 ( ) const
inlinevirtual
template<typename >
IR const& ObjexxFCL::FArray5P< typename >::I2 ( ) const
inlinevirtual
template<typename >
IR const& ObjexxFCL::FArray5P< typename >::I3 ( ) const
inlinevirtual
template<typename >
IR const& ObjexxFCL::FArray5P< typename >::I4 ( ) const
inlinevirtual
template<typename >
IR const& ObjexxFCL::FArray5P< typename >::I5 ( ) const
inlinevirtual
template<typename >
size_type ObjexxFCL::FArray5P< typename >::index ( int const  i1,
int const  i2,
int const  i3,
int const  i4,
int const  i5 
) const
inline
template<typename >
bool ObjexxFCL::FArray5P< typename >::initializer_active ( ) const
inlinevirtual

Initializer Active?

Implements ObjexxFCL::FArray< T >.

template<typename >
void ObjexxFCL::FArray5P< typename >::insert_as_observer ( )
inlineprivate
template<typename >
int ObjexxFCL::FArray5P< typename >::l1 ( ) const
inlinevirtual
template<typename >
int ObjexxFCL::FArray5P< typename >::l2 ( ) const
inlinevirtual
template<typename >
int ObjexxFCL::FArray5P< typename >::l3 ( ) const
inlinevirtual
template<typename >
int ObjexxFCL::FArray5P< typename >::l4 ( ) const
inlinevirtual
template<typename >
int ObjexxFCL::FArray5P< typename >::l5 ( ) const
inlinevirtual
template<typename >
T const& ObjexxFCL::FArray5P< typename >::operator() ( int const  i1,
int const  i2,
int const  i3,
int const  i4,
int const  i5 
) const
inline
template<typename >
T& ObjexxFCL::FArray5P< typename >::operator() ( int const  i1,
int const  i2,
int const  i3,
int const  i4,
int const  i5 
)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::operator*= ( T const &  t)
inline
template<typename >
template<typename U >
FArray5P& ObjexxFCL::FArray5P< typename >::operator+= ( FArray5< U > const &  a)
inline

+= Array Template

References ObjexxFCL::FArray5< T >::operator+=().

template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::operator+= ( T const &  t)
inline
template<typename >
template<typename U >
FArray5P& ObjexxFCL::FArray5P< typename >::operator-= ( FArray5< U > const &  a)
inline

-= Array Template

References ObjexxFCL::FArray5< T >::operator-=().

template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::operator-= ( T const &  t)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::operator/= ( T const &  t)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::operator= ( FArray5P< typename > const &  a)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::operator= ( Super const &  a)
inline
template<typename >
template<typename U >
FArray5P& ObjexxFCL::FArray5P< typename >::operator= ( FArray5< U > const &  a)
inline
template<typename >
FArray5P& ObjexxFCL::FArray5P< typename >::operator= ( T const &  t)
inline
template<typename >
void ObjexxFCL::FArray5P< typename >::remove_as_observer ( )
inlineprivate
template<typename >
size_type ObjexxFCL::FArray5P< typename >::size5 ( ) const
inlinevirtual
template<typename >
int ObjexxFCL::FArray5P< typename >::u1 ( ) const
inlinevirtual
template<typename >
int ObjexxFCL::FArray5P< typename >::u2 ( ) const
inlinevirtual
template<typename >
int ObjexxFCL::FArray5P< typename >::u3 ( ) const
inlinevirtual
template<typename >
int ObjexxFCL::FArray5P< typename >::u4 ( ) const
inlinevirtual
template<typename >
int ObjexxFCL::FArray5P< typename >::u5 ( ) const
inlinevirtual
template<typename >
void ObjexxFCL::FArray5P< typename >::update ( )
inlinevirtual

Friends And Related Function Documentation

template<typename >
friend class FArray5A< T >
friend

Member Data Documentation

template<typename >
IR ObjexxFCL::FArray5P< typename >::I1_
private
template<typename >
IR ObjexxFCL::FArray5P< typename >::I2_
private
template<typename >
IR ObjexxFCL::FArray5P< typename >::I3_
private
template<typename >
IR ObjexxFCL::FArray5P< typename >::I4_
private
template<typename >
IR ObjexxFCL::FArray5P< typename >::I5_
private
template<typename >
SubjectMulti const* ObjexxFCL::FArray5P< typename >::source_
private

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