Oracle Coherence for C++ API
Release 3.6.0.0

E15728-01

ObjectCountHeapAnalyzer::Snapshot Class Reference

#include <coherence/lang/ObjectCountHeapAnalyzer.hpp>

Inherits Object.

List of all members.


Detailed Description

Snapshot containing the object count.

Public Types

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

Public Member Functions

virtual int64_t  getObjectCount () const
 
virtual
HeapAnalyzer::Snapshot::View 
delta (HeapAnalyzer::Snapshot::View vThat) const
 
virtual void  toStream (std::ostream &out) const
  Output a human-readable description of this Object to the given stream.

coherence::lang::operator<<(std::ostream, Object::View) is defined and will call into the toStream method, to output Objects. If a managed String object is desired, the COH_TO_STRING macro can be used to build up a String from streamable contents.

 Object::View vKey   = ...
 Object::View vValue = ...
 std::cout << vKey << " = " << vValue << std::endl;

 String::Handle hs = COH_TO_STRING(vKey << " = " << vValue);
Parameters:
out  the stream used to output the description


Protected Member Functions

  Snapshot (int64_t cObjects)
  Create a new Snapshot.

Protected Attributes

int64_t  m_cObjects
  The object count.

Constructor & Destructor Documentation

Snapshot ( int64_t  cObjects  )  [protected]

Create a new Snapshot.

Parameters:
cObjects  the object count
Returns:
the new snapshot

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