Hub::Data::Nest - Nested data object


hub-standard documentation  | view source Contained in the hub-standard distribution.

Index


NAME

Top

Hub::Data::Nest - Nested data object

SYNOPSIS

Top



  use Hub qw(:standard);
  my $nest = mkinst( 'Nest' );
  $$nest{'colors'} = {
    white => 'fff',
    black => '000',
  };
  print '#', $$nest{'colors/black'}, "\n";







DESCRIPTION

Top

This virtual base class ties itself to Hub::Knots::Nest in order to hook into member access routines.

Intention

We wish to have a single hash which behaves as the root element of a hierarchical data structure.

See also:

hubaddr

PUBLIC METHODS

Top

new

Constructor.

AUTHOR

Top

Ryan Gies (ryangies@livesite.net)

COPYRIGHT

Top

UPDATED

Top

08/02/2007


hub-standard documentation  | view source Contained in the hub-standard distribution.