/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/IPDevice/blib/lib/IPDevice/RouterBase/Atom.pm


NAME

IPDevice::RouterBase::Atom


SYNOPSIS

 package MyPackage;
 use IPDevice::RouterBase::Atom;
 use vars qw($VERSION @ISA);
 @ISA = qw(IPDevice::RouterBase::Atom);


DESCRIPTION

This module provides a base class for IPDevice::RouterBase elements (atoms).


CONSTRUCTOR AND METHODS

set_toplevel($routerbaseatom)

Stores a reference to the toplevel object in the atom.

toplevel()

Returns the toplevel object.

set_parent($routerbaseatom)

Stores a reference to the parent object in the atom.

parent()

Returns the parent object.


COPYRIGHT

Copyright (c) 2004 Samuel Abels. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


AUTHOR

Samuel Abels <spam debain org>