Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
atlas Namespace Reference

Namespaces

namespace  cache
 
namespace  crypto
 
namespace  database
 
namespace  exceptions
 
namespace  images
 
namespace  import
 
namespace  internal
 
namespace  logging
 
namespace  network
 
namespace  notifications
 
namespace  records
 
namespace  remote
 
namespace  tags
 
namespace  updater
 
namespace  utils
 

Classes

class  AtlasRemote
 Manages all remote connections to the Atlas remote server. More...
 
class  AtlasUpdater
 

Functions

void initRemoteHandler ()
 
void shutdownRemoteHandler ()
 
AtlasRemoteatlasRemote ()
 
void parse (const std::vector< char > file_data)
 
std::size_t get_block_size (const LZ4F_frameInfo_t *info)
 
std::vector< char > extract (const std::filesystem::path path)
 
void initUpdateHandler (bool isManual)
 
void shutdownUpdateHandler ()
 

Function Documentation

◆ atlasRemote()

AtlasRemote & atlas::atlasRemote ( )

◆ extract()

std::vector< char > atlas::extract ( const std::filesystem::path path)

◆ get_block_size()

std::size_t atlas::get_block_size ( const LZ4F_frameInfo_t * info)

◆ initRemoteHandler()

void atlas::initRemoteHandler ( )

◆ initUpdateHandler()

void atlas::initUpdateHandler ( bool isManual)

◆ parse()

void atlas::parse ( const std::vector< char > file_data)

◆ shutdownRemoteHandler()

void atlas::shutdownRemoteHandler ( )

◆ shutdownUpdateHandler()

void atlas::shutdownUpdateHandler ( )