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

E26041-01

AbstractPofPath Class Reference

#include <coherence/io/pof/reflect/AbstractPofPath.hpp>

Inherits Object, PofNavigator, and PortableObject.

Inherited by SimplePofPath.

List of all members.


Detailed Description

Abstract base class for static, path-based implementations of the PofNavigator interface.

Author:
as/gm 2009.03.01
Since:
Coherence 3.5

Public Types

typedef spec::Handle Handle
 AbstractPofPath Handle definition.
typedef spec::View View
 AbstractPofPath View definition.
typedef spec::Holder Holder
 AbstractPofPath Holder definition.

Public Member Functions

virtual PofValue::Handle navigate (PofValue::Handle hValueOrigin) const
 Locate the PofValue designated by this PofNavigator within the passed PofValue.

Parameters:
hValueOrigin the origin from which navigation starts
Returns:
the resulting PofValue
Exceptions:
PofNavigationException if the navigation fails; for example one of the intermediate nodes in this path is a "terminal" PofValue.


Protected Member Functions

virtual Array
< int32_t >::View 
getPathElements () const =0
 Return a collection of path elements.

Member Function Documentation

virtual Array<int32_t>::View getPathElements (  )  const [protected, pure virtual]

Return a collection of path elements.

Returns:
a collection of path elements

Implemented in SimplePofPath.


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