KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ALTIUM_COMPRESSED_READER Class Reference

#include <altium_binary_parser.h>

Inheritance diagram for ALTIUM_COMPRESSED_READER:
ALTIUM_BINARY_READER

Public Member Functions

 ALTIUM_COMPRESSED_READER (const std::string &aData)
 
std::pair< int, std::string * > ReadCompressedString ()
 
int32_t ReadInt32 ()
 
int16_t ReadInt16 ()
 
uint8_t ReadByte ()
 
std::string ReadShortPascalString ()
 
std::string ReadFullPascalString ()
 

Private Member Functions

std::string * decompressData (std::string &aData)
 

Private Attributes

std::string decompressedData
 
const std::string & m_data
 
size_t m_position
 

Detailed Description

Definition at line 396 of file altium_binary_parser.h.

Constructor & Destructor Documentation

◆ ALTIUM_COMPRESSED_READER()

ALTIUM_COMPRESSED_READER::ALTIUM_COMPRESSED_READER ( const std::string &  aData)
inline

Definition at line 399 of file altium_binary_parser.h.

Member Function Documentation

◆ decompressData()

std::string * ALTIUM_COMPRESSED_READER::decompressData ( std::string &  aData)
inlineprivate

Definition at line 423 of file altium_binary_parser.h.

References decompressedData.

Referenced by ReadCompressedString().

◆ ReadByte()

uint8_t ALTIUM_BINARY_READER::ReadByte ( )
inlineinherited

◆ ReadCompressedString()

std::pair< int, std::string * > ALTIUM_COMPRESSED_READER::ReadCompressedString ( )
inline

◆ ReadFullPascalString()

std::string ALTIUM_BINARY_READER::ReadFullPascalString ( )
inlineinherited

◆ ReadInt16()

int16_t ALTIUM_BINARY_READER::ReadInt16 ( )
inlineinherited

◆ ReadInt32()

int32_t ALTIUM_BINARY_READER::ReadInt32 ( )
inlineinherited

◆ ReadShortPascalString()

std::string ALTIUM_BINARY_READER::ReadShortPascalString ( )
inlineinherited

Member Data Documentation

◆ decompressedData

std::string ALTIUM_COMPRESSED_READER::decompressedData
private

Definition at line 421 of file altium_binary_parser.h.

Referenced by decompressData().

◆ m_data

◆ m_position


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