|
GME
13
|
#include <OCLException.h>
Public Member Functions | |
| ExceptionPool () | |
| ExceptionPool (const ExceptionPool &object) | |
| ExceptionPool & | operator= (const ExceptionPool &object) |
| void | Add (Exception &e) |
| void | Add (ExceptionPool &ePool) |
| int | Size () const |
| Exception & | GetAt (int iPos) const |
| bool | IsEmpty () |
| void | Clear (int from=-1, int to=-1) |
| bool | HasError () const |
| void | SetLine (int iLine) |
| void | SetColumn (int iColumn) |
Definition at line 243 of file OCLException.h.
| OclCommon::ExceptionPool::ExceptionPool | ( | ) | [inline] |
Definition at line 252 of file OCLException.h.
| OclCommon::ExceptionPool::ExceptionPool | ( | const ExceptionPool & | object | ) | [inline] |
Definition at line 257 of file OCLException.h.
| void OclCommon::ExceptionPool::Add | ( | Exception & | e | ) | [inline] |
Definition at line 271 of file OCLException.h.
| void OclCommon::ExceptionPool::Add | ( | ExceptionPool & | ePool | ) | [inline] |
Definition at line 278 of file OCLException.h.
| void OclCommon::ExceptionPool::Clear | ( | int | from = -1, |
| int | to = -1 |
||
| ) | [inline] |
Definition at line 299 of file OCLException.h.
| Exception& OclCommon::ExceptionPool::GetAt | ( | int | iPos | ) | const [inline] |
Definition at line 289 of file OCLException.h.
| bool OclCommon::ExceptionPool::HasError | ( | ) | const [inline] |
Definition at line 328 of file OCLException.h.
| bool OclCommon::ExceptionPool::IsEmpty | ( | ) | [inline] |
Definition at line 294 of file OCLException.h.
| ExceptionPool& OclCommon::ExceptionPool::operator= | ( | const ExceptionPool & | object | ) | [inline] |
Definition at line 262 of file OCLException.h.
| void OclCommon::ExceptionPool::SetColumn | ( | int | iColumn | ) | [inline] |
Definition at line 339 of file OCLException.h.
| void OclCommon::ExceptionPool::SetLine | ( | int | iLine | ) | [inline] |
Definition at line 333 of file OCLException.h.
| int OclCommon::ExceptionPool::Size | ( | ) | const [inline] |
Definition at line 284 of file OCLException.h.
1.7.6.1