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 ReadPascalString ()
 

Private Member Functions

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

Private Attributes

const std::string & m_data
 
size_t m_position
 

Detailed Description

Definition at line 379 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 382 of file altium_binary_parser.h.

Member Function Documentation

◆ decompressData()

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

Definition at line 409 of file altium_binary_parser.h.

Referenced by ReadCompressedString().

◆ ReadByte()

uint8_t ALTIUM_BINARY_READER::ReadByte ( )
inlineinherited

◆ ReadCompressedString()

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

◆ ReadInt16()

int16_t ALTIUM_BINARY_READER::ReadInt16 ( )
inlineinherited

◆ ReadInt32()

int32_t ALTIUM_BINARY_READER::ReadInt32 ( )
inlineinherited

◆ ReadPascalString()

std::string ALTIUM_BINARY_READER::ReadPascalString ( )
inlineinherited

Member Data Documentation

◆ m_data

const std::string& ALTIUM_BINARY_READER::m_data
privateinherited

◆ m_position

size_t ALTIUM_BINARY_READER::m_position
privateinherited

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