Public Member Functions
node_ref Struct Reference

Reference structure to a particular vnode on a device. More...

List of all members.

Public Member Functions

 node_ref ()
 Creates an uninitialized node_ref object.
 node_ref (const node_ref &ref)
 Creates a copy of the given node_ref object.
bool operator!= (const node_ref &ref) const
 Tests whether this node_ref and the supplied one are not equal.
node_refoperator= (const node_ref &ref)
 Makes this node ref a copy of the supplied one.
bool operator== (const node_ref &ref) const
 Tests whether this node_ref and the supplied one are equal.

Detailed Description

Reference structure to a particular vnode on a device.


Constructor & Destructor Documentation

node_ref::node_ref ( const node_ref ref)

Creates a copy of the given node_ref object.

Parameters:
refthe node_ref to be copied.

Member Function Documentation

bool node_ref::operator!= ( const node_ref ref) const

Tests whether this node_ref and the supplied one are not equal.

Parameters:
refthe node_ref to be compared with.
Returns:
true, if the objects are not equal, false otherwise.
node_ref & node_ref::operator= ( const node_ref ref)

Makes this node ref a copy of the supplied one.

Parameters:
refthe node_ref to be copied.
Returns:
a reference to this object.
bool node_ref::operator== ( const node_ref ref) const

Tests whether this node_ref and the supplied one are equal.

Parameters:
refthe node_ref to be compared with.
Returns:
true, if the objects are equal, false otherwise.

The Haiku Book pre-R1 - node_ref Struct Reference
Generated on Sat May 25 2013 by Doxygen 1.7.5.1