|
using | Ptr = std::shared_ptr<StudyData> |
| The most suitable smart pointer.
|
|
using | Vector = std::vector<Ptr> |
| Vector.
|
|
using | ShortString = Yuni::CString<10, false> |
| Short string.
|
|
using | ShortString512 = Yuni::CString<512, false> |
| Short string.
|
|
|
template<class StringT > |
| StudyData (const StringT &n, uint i) |
|
template<class StringT > |
void | append (StringT &out) const |
|
|
uint | index |
| Local index.
|
|
const ShortString512 | name |
| type + Name of the area or the link
|
|
The documentation for this class was generated from the following file: