Clean up som pdf code.
This commit is contained in:
parent
650cfa5c6f
commit
290b64e230
24 changed files with 264 additions and 256 deletions
|
@ -20,16 +20,15 @@ struct TableSubSection
|
|||
class PdfXRefTable
|
||||
{
|
||||
public:
|
||||
|
||||
PdfXRefTable();
|
||||
|
||||
std::string ToString();
|
||||
std::string toString();
|
||||
|
||||
unsigned GetNextOffset();
|
||||
unsigned getNextOffset();
|
||||
|
||||
void AddRecord(unsigned numBytes, unsigned generation, unsigned isFree);
|
||||
void addRecord(unsigned numBytes, unsigned generation, unsigned isFree);
|
||||
|
||||
unsigned GetNumEntries();
|
||||
unsigned getNumEntries();
|
||||
|
||||
private:
|
||||
unsigned mLastAddedBytes{0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue