class hashtable::_bucket


Inheritance:


Public Fields

[more]object* key
[more]object* value

Public Methods

[more]inline _bucket(object* key, object* value)
[more]inline _bucket(const _bucket &src)


Inherited from object:

Public Methods

ovirtual bool operator==(const object &obj) const
ovirtual bool operator!=(const object &obj) const
ovirtual unsigned int hashcode() const
ovirtual object* clone() const


Documentation

oobject* key

oobject* value

oinline _bucket(object* key, object* value)

oinline _bucket(const _bucket &src)


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.