From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/structNLMISC_1_1EStream.html | 316 ++++++++++++++++++++++++++ 1 file changed, 316 insertions(+) create mode 100644 docs/doxygen/nel/structNLMISC_1_1EStream.html (limited to 'docs/doxygen/nel/structNLMISC_1_1EStream.html') diff --git a/docs/doxygen/nel/structNLMISC_1_1EStream.html b/docs/doxygen/nel/structNLMISC_1_1EStream.html new file mode 100644 index 00000000..3016aa93 --- /dev/null +++ b/docs/doxygen/nel/structNLMISC_1_1EStream.html @@ -0,0 +1,316 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLMISC::EStream Struct Reference

Stream Exception. +More... +

+#include <stream.h> +

+

Inheritance diagram for NLMISC::EStream: +

+ +NLMISC::Exception +NLMISC::EDDSBadHeader +NLMISC::EFile +NLMISC::EInvalidDataStream +NLMISC::EMemStream +NLMISC::ENewerStream +NLMISC::EOlderStream +NLMISC::ESeekFailed +NLMISC::ESeekNotSupported +NLMISC::EXmlParsingError + +List of all members. + + + + + + + + +

Public Methods

 EStream ()
 EStream (const std::string &str)
 EStream (const IStream &f)
 EStream (const IStream &f, const std::string &str)
virtual ~EStream () throw ()

Public Attributes

std::string StreamName
+

Detailed Description

+Stream Exception. +

+

+Author:
+Lionel Berenguier , Vianney Lecroart , Nevrax France
+Date:
+2000
+

+ +

+Definition at line 70 of file stream.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLMISC::EStream::EStream   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 72 of file stream.h. +

+References NLMISC::Exception::Exception. +

+Referenced by NLMISC::EDDSBadHeader::EDDSBadHeader, NLMISC::EFile::EFile, NLMISC::EInvalidDataStream::EInvalidDataStream, NLMISC::EMemStream::EMemStream, NLMISC::ENewerStream::ENewerStream, NLMISC::EOlderStream::EOlderStream, NLMISC::ESeekFailed::ESeekFailed, NLMISC::ESeekNotSupported::ESeekNotSupported, and NLMISC::EXmlParsingError::EXmlParsingError.

+

+ + + + +
+ + + + + + + + + + +
NLMISC::EStream::EStream const std::string &   str [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 74 of file stream.h. +

+References NLMISC::Exception::Exception.

+

+ + + + +
+ + + + + + + + + + +
NLMISC::EStream::EStream const IStream  f
+
+ + + + + +
+   + + +

+ +

+Definition at line 45 of file stream.cpp. +

+References StreamName.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLMISC::EStream::EStream const IStream  f,
const std::string &   str
+
+ + + + + +
+   + + +

+ +

+Definition at line 50 of file stream.cpp. +

+References StreamName.

+

+ + + + +
+ + + + + + + + + +
virtual NLMISC::EStream::~EStream   throw () [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 80 of file stream.h.

+


Member Data Documentation

+

+ + + + +
+ + +
std::string NLMISC::EStream::StreamName +
+
+ + + + + +
+   + + +

+ +

+Definition at line 83 of file stream.h. +

+Referenced by EStream.

+


The documentation for this struct was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1