Reference structure to a particular vnode on a device. More...
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_ref & | operator= (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. | |
Reference structure to a particular vnode on a device.
| node_ref::node_ref | ( | const node_ref & | ref | ) |
| bool node_ref::operator!= | ( | const node_ref & | ref | ) | const |
Makes this node ref a copy of the supplied one.
| ref | the node_ref to be copied. |