|
alkimia
8.0.3
|
#include <alkonlinequote.h>
Public Types | |
| enum | Type { None , Data , Date , DateFormat , Price , Script , Source , Symbol , Success , URL } |
Public Member Functions | |
| Errors () | |
| Errors (Type type) | |
| Errors (const Errors &e) | |
| Errors & | operator|= (Type t) |
| bool | operator& (Type t) const |
Protected Attributes | |
| QList< Type > | m_type |
Hold errors reported from price quote fetching and parsing
The implementation provides a type safe way to use bit operations like '|=' for combining values and '&' for checking value presence.
Definition at line 51 of file alkonlinequote.h.
| Enumerator | |
|---|---|
| None | |
| Data | |
| Date | |
| DateFormat | |
| Price | |
| Script | |
| Source | |
| Symbol | |
| Success | |
| URL | |
Definition at line 54 of file alkonlinequote.h.
| AlkOnlineQuote::Errors::Errors | ( | ) |
Definition at line 50 of file alkonlinequote.cpp.
| AlkOnlineQuote::Errors::Errors | ( | Type | type | ) |
Definition at line 54 of file alkonlinequote.cpp.
| AlkOnlineQuote::Errors::Errors | ( | const Errors & | e | ) |
Definition at line 59 of file alkonlinequote.cpp.
References m_type.
| bool AlkOnlineQuote::Errors::operator& | ( | Type | t | ) | const |
Definition at line 72 of file alkonlinequote.cpp.
| AlkOnlineQuote::Errors & AlkOnlineQuote::Errors::operator|= | ( | Type | t | ) |
Definition at line 64 of file alkonlinequote.cpp.
|
protected |
Definition at line 74 of file alkonlinequote.h.
Referenced by Errors().