Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

Boolean Class Reference

#include <coherence/lang/Boolean.hpp>

Inherits Primitive< bool >.

List of all members.


Detailed Description

An immutable boolean value.

Author:
jh 2008.04.01
 

Public Types

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

Static Public Member Functions

static Handle  valueOf (bool f)
  Get an instance of a Boolean that represents true or false.

Member Function Documentation

static Handle valueOf ( bool  f  )  [static]

Get an instance of a Boolean that represents true or false.

Parameters:
  f  the instance of Boolean to return
Returns:
the instance of boolean that represents true or false based on f

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

Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.