#include <mkimage.hh>

Public Member Functions | |
| UnmatchedData (uint64 o, uint64 s) | |
| bool | operator== (const JigdoDesc &x) const |
| Type | type () const |
| Entry type of JigdoDesc child class. | |
| uint64 | offset () const |
| uint64 | size () const |
| Size of image area or whole image. | |
| void | resize (uint64 s) |
| virtual ostream & | put (ostream &s) const |
| Output human-readable summary. | |
| template<class Iterator> | |
| Iterator | serialize (Iterator i) const |
| size_t | serialSizeOf () const |
There are no virtual templates, so this wouldn't work: template<class Iterator> virtual Iterator serialize(Iterator i) const; . | |
that is included in the template data verbatim
| JigdoDesc::UnmatchedData::UnmatchedData | ( | uint64 | o, | |
| uint64 | s | |||
| ) | [inline] |
| bool JigdoDesc::UnmatchedData::operator== | ( | const JigdoDesc & | x | ) | const [inline, virtual] |
| Type JigdoDesc::UnmatchedData::type | ( | ) | const [inline, virtual] |
| uint64 JigdoDesc::UnmatchedData::offset | ( | ) | const [inline] |
Referenced by put().
| uint64 JigdoDesc::UnmatchedData::size | ( | ) | const [inline, virtual] |
Size of image area or whole image.
Implements JigdoDesc.
Referenced by operator==(), put(), serialize(), and MkTemplate::Desc::unmatchedData().
| void JigdoDesc::UnmatchedData::resize | ( | uint64 | s | ) | [inline] |
Referenced by MkTemplate::Desc::unmatchedData().
| ostream & JigdoDesc::UnmatchedData::put | ( | ostream & | s | ) | const [virtual] |
| Iterator JigdoDesc::UnmatchedData::serialize | ( | Iterator | i | ) | const [inline] |
References serialize1(), serialize6(), size(), and JigdoDesc::UNMATCHED_DATA.
Referenced by JigdoDescVec::put().
| size_t JigdoDesc::UnmatchedData::serialSizeOf | ( | ) | const [inline, virtual] |
There are no virtual templates, so this wouldn't work: template<class Iterator> virtual Iterator serialize(Iterator i) const; .
Implements JigdoDesc.
1.5.6