Namespaces | |
namespace | Easdif |
Revision 1.6 2004/02/11 19:28:17 roebel Added inline function to test state of entity. Added function to access NVTs that indicates existance of name.
Revision 1.5 2003/05/22 21:23:58 roebel SDIFNameValueTable now derived from std::map which makes handling more conform to standard and handling in swig easier.
Revision 1.4 2003/05/19 13:59:11 roebel Include new easdif_config.h.
Revision 1.3 2003/04/29 15:41:30 schwarz Changed all names View* to Print* and *Info to *Header for consistency with SDIF library.
Revision 1.2 2003/04/06 16:31:08 roebel Added license info
Revision 1.1 2003/03/03 19:00:16 roebel Moved src directory to new name easdif
Revision 1.5 2002/11/28 21:16:56 roebel Back to simple map which sorts alphabetically. In any case in SDIF the name value tables are mixed arbitrarily.
Revision 1.4 2002/11/27 20:10:39 roebel Fixed NVT to keep ordering as defined by the sequence of additions to the table. Added begin/end iterator. Added global functions to get name and value from SDIFNameValueTable iterators. Removed member that redundantly indicated size of map.
Revision 1.3 2002/10/10 10:49:09 roebel Now using namespace Easdif. Fixed handling of zero pointer arguments in initException. Reading past end of file now throws an exception.
Revision 1.2 2002/08/28 16:46:53 roebel Internal reorganization and name changes.
Revision 1.1 2002/06/18 17:56:40 ftissera Project for new SDIF API