From 384539f7cc9feaa7ef7cee385cce472c6966c843 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 27 Apr 2009 00:24:16 +0200 Subject: Adding ue1 --- ue1/doxygen/classCScriptparser_1_1ParserError.html | 204 +++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 ue1/doxygen/classCScriptparser_1_1ParserError.html (limited to 'ue1/doxygen/classCScriptparser_1_1ParserError.html') diff --git a/ue1/doxygen/classCScriptparser_1_1ParserError.html b/ue1/doxygen/classCScriptparser_1_1ParserError.html new file mode 100644 index 0000000..f98c707 --- /dev/null +++ b/ue1/doxygen/classCScriptparser_1_1ParserError.html @@ -0,0 +1,204 @@ + + +imgsynth: CScriptparser::ParserError Class Reference + + + + +
+ +
+
+ +
+ +

CScriptparser::ParserError Class Reference

Exception thrown by CScriptparser. +More... +

+#include <cscriptparser.h> +

+ +

+List of all members. + + + + + + + + + + + + + + +

Public Member Functions

 ParserError (const std::string &what)
 Default exception ctor.
 ParserError (const std::string &what, const std::string &line)
 Custom exception ctor.
 ~ParserError () throw ()
 Default dtor.
const std::string & getLine ()
 returns reference to currently parsed scriptline (if set)
+


Detailed Description

+Exception thrown by CScriptparser.

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + +
CScriptparser::ParserError::ParserError (const std::string &  what  )  [inline]
+
+
+ +

+Default exception ctor. +

+

Methodname:
ParserError
+
Parameters:
+ + +
what message to pass along
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Conditions:
none
+ +
+

+ +

+
+ + + + + + + + + + + + + + + + + + +
CScriptparser::ParserError::ParserError (const std::string &  what,
const std::string &  line 
) [inline]
+
+
+ +

+Custom exception ctor. +

+

Methodname:
ParserError
+
Parameters:
+ + + +
what message to pass along
line scriptline which is currently being parsed
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Conditions:
none
+ +
+

+ +

+
+ + + + + + + + +
CScriptparser::ParserError::~ParserError (  )  throw () [inline]
+
+
+ +

+Default dtor. +

+

Methodname:
~ParserError
+
Parameters:
+ + +
- 
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
not allowed
+
+
Conditions:
none
+ +
+

+


Member Function Documentation

+ +
+
+ + + + + + + + +
const std::string& CScriptparser::ParserError::getLine (  )  [inline]
+
+
+ +

+returns reference to currently parsed scriptline (if set) +

+

Methodname:
getLine
+
Returns:
reference to currently parsed scriptline (maybe empty string)
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Conditions:
none
+ +
+

+


The documentation for this class was generated from the following file: +
Generated on Sun Apr 26 12:25:52 2009 for imgsynth by  + +doxygen 1.5.3
+ + -- cgit v1.2.3