Command: info

NEST HelpDesk Command Index NEST Quick Reference

Name:
 info - Display the contents of a dictionary

Synopsis:
 ostream dict info -> -

Description:
     Prints the contents of the dictionary to the supplied stream.
 
Parameters:
     dict - a dictionary
     No return values are given.

Examples:
   std::cout  <> info

   shows

--------------------------------------------------
Name                     Type                Value
--------------------------------------------------
a                        integertype         1
b                        doubletype          2.5
c                        stringtype          Hallo World
--------------------------------------------------
Total number of dictionary entries: 3

SeeAlso:info_ds topinfo_d who whos
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/sli/slidict.cc

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative