|
using | Ptr = std::shared_ptr<DataFile> |
| The most suitable smart pointer.
|
|
using | Vector = std::vector<Ptr> |
| Vector.
|
|
using | ShortString = Yuni::CString<10, false> |
| Short string.
|
|
|
template<class StringT , class StringT2 > |
| DataFile (const StringT &data, const StringT2 &time, uint i) |
|
template<class StringT > |
void | append (StringT &out) const |
|
|
const uint | index |
| Data target index.
|
|
const ShortString | dataLevel |
| Data level (values, details, id...)
|
|
const ShortString | timeLevel |
| File level (hourly, daily...)
|
|
The documentation for this class was generated from the following file: