Skip to content

Commit

Permalink
chore: Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
macmade committed Mar 8, 2024
1 parent 3d6ffb3 commit 4e8d3d5
Show file tree
Hide file tree
Showing 70 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/BuildVersion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace MachO
{
public:

BuildVersion( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
BuildVersion( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
BuildVersion( const BuildVersion & o );
BuildVersion( BuildVersion && o ) noexcept;
~BuildVersion() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/DyldInfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

DyldInfo( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
DyldInfo( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
DyldInfo( const DyldInfo & o );
DyldInfo( DyldInfo && o ) noexcept;
~DyldInfo() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/Dylib.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

Dylib( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Dylib( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Dylib( const Dylib & o );
Dylib( Dylib && o ) noexcept;
~Dylib() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/Dylinker.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

Dylinker( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Dylinker( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Dylinker( const Dylinker & o );
Dylinker( Dylinker && o ) noexcept;
~Dylinker() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/DysymTab.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

DysymTab( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
DysymTab( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
DysymTab( const DysymTab & o );
DysymTab( DysymTab && o ) noexcept;
~DysymTab() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/EncryptionInfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

EncryptionInfo( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
EncryptionInfo( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
EncryptionInfo( const EncryptionInfo & o );
EncryptionInfo( EncryptionInfo && o ) noexcept;
~EncryptionInfo() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/EncryptionInfo64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

EncryptionInfo64( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
EncryptionInfo64( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
EncryptionInfo64( const EncryptionInfo64 & o );
EncryptionInfo64( EncryptionInfo64 && o ) noexcept;
~EncryptionInfo64() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/EntryPoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

EntryPoint( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
EntryPoint( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
EntryPoint( const EntryPoint & o );
EntryPoint( EntryPoint && o ) noexcept;
~EntryPoint() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/FVMFile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

FVMFile( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
FVMFile( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
FVMFile( const FVMFile & o );
FVMFile( FVMFile && o ) noexcept;
~FVMFile() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/FVMLib.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

FVMLib( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
FVMLib( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
FVMLib( const FVMLib & o );
FVMLib( FVMLib && o ) noexcept;
~FVMLib() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/FilesetEntry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

FilesetEntry( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
FilesetEntry( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
FilesetEntry( const FilesetEntry & o );
FilesetEntry( FilesetEntry && o ) noexcept;
~FilesetEntry() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/Ident.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

Ident( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Ident( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Ident( const Ident & o );
Ident( Ident && o ) noexcept;
~Ident() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/LinkEditData.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

LinkEditData( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
LinkEditData( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
LinkEditData( const LinkEditData & o );
LinkEditData( LinkEditData && o ) noexcept;
~LinkEditData() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/LinkerOption.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace MachO
{
public:

LinkerOption( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
LinkerOption( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
LinkerOption( const LinkerOption & o );
LinkerOption( LinkerOption && o ) noexcept;
~LinkerOption() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/Note.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

Note( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Note( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Note( const Note & o );
Note( Note && o ) noexcept;
~Note() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/PrePage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

PrePage( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
PrePage( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
PrePage( const PrePage & o );
PrePage( PrePage && o ) noexcept;
~PrePage() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/PrebindChecksum.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

PrebindChecksum( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
PrebindChecksum( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
PrebindChecksum( const PrebindChecksum & o );
PrebindChecksum( PrebindChecksum && o ) noexcept;
~PrebindChecksum() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/PreboundDylib.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace MachO
{
public:

PreboundDylib( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
PreboundDylib( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
PreboundDylib( const PreboundDylib & o );
PreboundDylib( PreboundDylib && o ) noexcept;
~PreboundDylib() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/RPath.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

RPath( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
RPath( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
RPath( const RPath & o );
RPath( RPath && o ) noexcept;
~RPath() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/Routines.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

Routines( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Routines( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Routines( const Routines & o );
Routines( Routines && o ) noexcept;
~Routines() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/Routines64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

Routines64( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Routines64( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Routines64( const Routines64 & o );
Routines64( Routines64 && o ) noexcept;
~Routines64() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/Segment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace MachO
{
public:

Segment( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Segment( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Segment( const Segment & o );
Segment( Segment && o ) noexcept;
~Segment() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/Segment64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace MachO
{
public:

Segment64( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Segment64( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Segment64( const Segment64 & o );
Segment64( Segment64 && o ) noexcept;
~Segment64() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/SourceVersion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

SourceVersion( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
SourceVersion( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
SourceVersion( const SourceVersion & o );
SourceVersion( SourceVersion && o ) noexcept;
~SourceVersion() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/SubClient.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

SubClient( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
SubClient( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
SubClient( const SubClient & o );
SubClient( SubClient && o ) noexcept;
~SubClient() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/SubFramework.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

SubFramework( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
SubFramework( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
SubFramework( const SubFramework & o );
SubFramework( SubFramework && o ) noexcept;
~SubFramework() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/SubLibrary.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

SubLibrary( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
SubLibrary( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
SubLibrary( const SubLibrary & o );
SubLibrary( SubLibrary && o ) noexcept;
~SubLibrary() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/SubUmbrella.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

SubUmbrella( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
SubUmbrella( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
SubUmbrella( const SubUmbrella & o );
SubUmbrella( SubUmbrella && o ) noexcept;
~SubUmbrella() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/SymSeg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

SymSeg( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
SymSeg( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
SymSeg( const SymSeg & o );
SymSeg( SymSeg && o ) noexcept;
~SymSeg() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/Thread.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

Thread( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Thread( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Thread( const Thread & o );
Thread( Thread && o ) noexcept;
~Thread() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/TwoLevelHints.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

TwoLevelHints( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
TwoLevelHints( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
TwoLevelHints( const TwoLevelHints & o );
TwoLevelHints( TwoLevelHints && o ) noexcept;
~TwoLevelHints() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/UUID.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

UUID( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
UUID( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
UUID( const UUID & o );
UUID( UUID && o ) noexcept;
~UUID() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/Unknown.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

Unknown( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Unknown( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
Unknown( const Unknown & o );
Unknown( Unknown && o ) noexcept;
~Unknown() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/include/MachO/LoadCommands/VersionMin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace MachO
{
public:

VersionMin( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
VersionMin( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
VersionMin( const VersionMin & o );
VersionMin( VersionMin && o ) noexcept;
~VersionMin() override;
Expand Down
2 changes: 1 addition & 1 deletion lib-macho/source/LoadCommands/BuildVersion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace MachO
{
public:

IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( const IMPL & o );
~IMPL();

Expand Down
2 changes: 1 addition & 1 deletion lib-macho/source/LoadCommands/DyldInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace MachO
{
public:

IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( const IMPL & o );
~IMPL();

Expand Down
2 changes: 1 addition & 1 deletion lib-macho/source/LoadCommands/Dylib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace MachO
{
public:

IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( const IMPL & o );
~IMPL();

Expand Down
2 changes: 1 addition & 1 deletion lib-macho/source/LoadCommands/Dylinker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace MachO
{
public:

IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( const IMPL & o );
~IMPL();

Expand Down
2 changes: 1 addition & 1 deletion lib-macho/source/LoadCommands/DysymTab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace MachO
{
public:

IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( const IMPL & o );
~IMPL();

Expand Down
2 changes: 1 addition & 1 deletion lib-macho/source/LoadCommands/EncryptionInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace MachO
{
public:

IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( const IMPL & o );
~IMPL();

Expand Down
2 changes: 1 addition & 1 deletion lib-macho/source/LoadCommands/EncryptionInfo64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace MachO
{
public:

IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( const IMPL & o );
~IMPL();

Expand Down
2 changes: 1 addition & 1 deletion lib-macho/source/LoadCommands/EntryPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace MachO
{
public:

IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( const IMPL & o );
~IMPL();

Expand Down
2 changes: 1 addition & 1 deletion lib-macho/source/LoadCommands/FVMFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace MachO
{
public:

IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( const IMPL & o );
~IMPL();

Expand Down
2 changes: 1 addition & 1 deletion lib-macho/source/LoadCommands/FVMLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace MachO
{
public:

IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( uint32_t command, uint32_t size, File::Kind kind, XS::IO::BinaryStream & stream );
IMPL( const IMPL & o );
~IMPL();

Expand Down
Loading

0 comments on commit 4e8d3d5

Please sign in to comment.