libsqsh v1.5.1
Loading...
Searching...
No Matches
SqshMapper Struct Reference

The mapper that is used to map chunks of the archive into memory. More...

#include <sqsh_mapper_private.h>

Public Member Functions

void sqsh_mapper_set_user_data (struct SqshMapper *mapper, void *user_data)
 Sets the user data for a mapper.
 
void * sqsh_mapper_user_data (const struct SqshMapper *mapper)
 Retrieves the user data from a mapper.
 

Detailed Description

The mapper that is used to map chunks of the archive into memory.

Definition at line 58 of file sqsh_mapper_private.h.

Member Function Documentation

◆ sqsh_mapper_set_user_data()

void sqsh_mapper_set_user_data ( struct SqshMapper * mapper,
void * user_data )

Sets the user data for a mapper.

Parameters
[in]mapperThe mapper to set the user data for.
[in]user_dataThe user data to set.

◆ sqsh_mapper_user_data()

void * sqsh_mapper_user_data ( const struct SqshMapper * mapper)

Retrieves the user data from a mapper.

Parameters
[in]mapperThe mapper to retrieve the user data from.
Returns
The user data from the mapper.

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