libmist backport from new metadata branch with improved typing and styling
This commit is contained in:
parent
7a03d3e96c
commit
10fa4b7e7b
88 changed files with 5957 additions and 5757 deletions
|
@ -102,7 +102,7 @@ namespace EBML{
|
|||
|
||||
private:
|
||||
const char *data;
|
||||
bool minimalMode; ///<If set, ELEM_MASTER elements will not access payload data when
|
||||
bool minimalMode; ///< If set, ELEM_MASTER elements will not access payload data when
|
||||
/// pretty-printing.
|
||||
};
|
||||
|
||||
|
@ -120,5 +120,5 @@ namespace EBML{
|
|||
const char *getFrameData(uint8_t no) const;
|
||||
virtual std::string toPrettyString(const uint8_t indent = 0, const uint8_t detail = 3) const;
|
||||
};
|
||||
}
|
||||
}// namespace EBML
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue