Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.2.1.3.0)

E80355-01

Array::MemberArray Class Reference

#include <coherence/lang/Array.hpp>

List of all members.


Detailed Description

template<class T>
class coherence::lang::Array< T >::MemberArray

The underlying Array of values.

This inner class allows the raw array to inherit the Array Object's constness. Direct usage of this data member is discouraged as it does not provide any bounds checking safety.

Public Member Functions

 MemberArray (T *aValue)
 Construct MemberArray for the given array of values.
 operator T * ()
 Provides a conversion of this MemberArray to the type 'T*'.
 operator const T * () const
 Provides a conversion of this constant MemberArray to the type 'const T*'.

Protected Attributes

T * m_aValue
 The underlying array of values as 'T*'.


The documentation for this class was generated from the following file:
Copyright © 2000, 2017, Oracle and/or its affiliates. All rights reserved.