Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
TagBlockHandle Class Reference

#include <TagBlock.h>

Public Member Functions

int Write (const void *buf, int nbytes)
 
int Read (void *buf, int nbytes)
 
int Seek (int pos, int dir=SEEK_CUR)
 
int End_Write_Access ()
 
int Tell ()
 
int Get_Data_Size ()
 
 ~TagBlockHandle ()
 

Friends

class TagBlockFile
 

Detailed Description

Definition at line 216 of file TagBlock.h.

Constructor & Destructor Documentation

◆ ~TagBlockHandle()

TagBlockHandle::~TagBlockHandle ( )

Definition at line 553 of file tagblock.cpp.

Member Function Documentation

◆ End_Write_Access()

int TagBlockHandle::End_Write_Access ( )
inline

Definition at line 225 of file TagBlock.h.

◆ Get_Data_Size()

int TagBlockHandle::Get_Data_Size ( )
inline

Definition at line 233 of file TagBlock.h.

◆ Read()

int TagBlockHandle::Read ( void * buf,
int nbytes )

Definition at line 605 of file tagblock.cpp.

◆ Seek()

int TagBlockHandle::Seek ( int pos,
int dir = SEEK_CUR )

Definition at line 635 of file tagblock.cpp.

◆ Tell()

int TagBlockHandle::Tell ( )
inline

Definition at line 229 of file TagBlock.h.

◆ Write()

int TagBlockHandle::Write ( const void * buf,
int nbytes )

Definition at line 572 of file tagblock.cpp.

Friends And Related Symbol Documentation

◆ TagBlockFile

friend class TagBlockFile
friend

Definition at line 263 of file TagBlock.h.


The documentation for this class was generated from the following files: