Namespaces | |
namespace | Easdif |
Revision 1.14 2004/01/19 15:49:55 bogaards Added Rewind and ReadNextSelectedFrame methods to Entity
Revision 1.13 2003/12/05 13:53:14 ellis
including <iostream> for the use of std::cout, cerr...
Revision 1.12 2003/11/18 18:28:00 roebel removed coments, changed exceptions to use new exception interface.
Revision 1.11 2003/05/24 00:27:21 roebel Internal representation of types now using std::string. Parameters for type handling routines completely moved to std::string
SDIFEntity::SetTypeString no longer appends but sets the internal string. In fact there was now way to reset the type string before.
Revision 1.10 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.9 2003/05/22 17:57:53 roebel Removed redundant initilization of variable
Revision 1.8 2003/05/21 20:36:23 roebel Protect for reopening the same entity. The existing file will be properly closed and the entity reinitialized.
Revision 1.7 2003/05/19 13:58:03 roebel Include new easdif_config.h.
Revision 1.6 2003/05/01 18:58:43 roebel eof now true for uninitialized entity. eof is properly reset when opening for reading.
Revision 1.5 2003/04/29 15:41:30 schwarz Changed all names View* to Print* and *Info to *Header for consistency with SDIF library.
Revision 1.4 2003/04/18 17:43:22 schwarz eof() const method
Revision 1.3 2003/04/18 16:44:00 schwarz Small changes to make easdif swiggable:
Revision 1.1 2003/03/03 19:00:16 roebel Moved src directory to new name easdif
Revision 1.8 2003/02/07 18:37:58 roebel Empty sdif files (only header information) will be correctly handled now.
Revision 1.7 2002/11/27 20:13:04 roebel Removed member that redundantly indicated size of NVT vector. Make use of improved SDIFNameValueTable interface.
Revision 1.6 2002/10/30 15:27:32 roebel Changed return type from int to bool. Changed error checking in openroutines.
Revision 1.5 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.4 2002/10/03 11:26:56 tisseran Check if efile is not null before trying to close it. Initialize efile to 0 by sdifentity::sdifentity()
Revision 1.3 2002/08/28 16:46:53 roebel Internal reorganization and name changes.
Revision 1.2 2002/07/12 10:34:08 ftissera *** empty log message ***
Revision 1.1 2002/06/18 18:43:08 ftissera Project for new SDIF API