|
GEOS
|
Class for retrieving errors in the table classes. More...
#include <TableTypes.hpp>
Public Types | |
| using | Iterator = stdVector< string >::const_iterator |
| The iterator alias for the errors vector of string. | |
Public Member Functions | |
| void | addError (string_view text) |
| Add an error that will be display at the end of the table. More... | |
| bool | hasErrors () const |
| void | clear () |
| Clear all error when calling toString() | |
| Iterator | begin () const |
| Iterator | end () const |
| void | appendErrors (stdVector< string > &errors) |
| Append a vector of string to the errors vector. More... | |
| stdVector< string > const & | getErrors () const |
| stdVector< string > & | getErrors () |
Class for retrieving errors in the table classes.
Definition at line 46 of file TableTypes.hpp.
|
inline |
Add an error that will be display at the end of the table.
| text | The string error to display. |
Definition at line 105 of file TableTypes.hpp.
Append a vector of string to the errors vector.
| errors | A vector of string to append |
Definition at line 85 of file TableTypes.hpp.
|
inline |
Definition at line 72 of file TableTypes.hpp.
|
inline |
Definition at line 78 of file TableTypes.hpp.
Definition at line 97 of file TableTypes.hpp.
Definition at line 91 of file TableTypes.hpp.
|
inline |
Definition at line 108 of file TableTypes.hpp.