SYMBOL INDEX (322 symbols across 40 files) FILE: include/extract.hpp type CFW (line 31) | enum CFW{ FILE: include/title.h type Title (line 12) | struct Title { FILE: libs/minizip/include/CDirEntry.h function namespace (line 16) | namespace zipper FILE: libs/minizip/include/crypt.h function decrypt_byte (line 34) | static int decrypt_byte(unsigned long* pkeys, const unsigned long* pcrc_... function update_keys (line 47) | static int update_keys(unsigned long* pkeys,const unsigned long* pcrc_32... function init_keys (line 64) | static void init_keys(const char* passwd,unsigned long* pkeys,const unsi... function crypthead (line 89) | static int crypthead(const char* passwd, /* password string */ FILE: libs/minizip/include/ioapi.h type IT_INT_CUSTOM_TYPE (line 62) | typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T; type ZPOS64_T (line 66) | typedef uint64_t ZPOS64_T; type ZPOS64_T (line 69) | typedef unsigned __int64 ZPOS64_T; type ZPOS64_T (line 71) | typedef unsigned long long int ZPOS64_T; type zlib_filefunc_def (line 110) | typedef struct zlib_filefunc_def_s type zlib_filefunc64_def (line 128) | typedef struct zlib_filefunc64_def_s type zlib_filefunc64_32_def (line 145) | typedef struct zlib_filefunc64_32_def_s FILE: libs/minizip/include/ioapi_buf.h type ourbuffer_t (line 42) | typedef struct ourbuffer_s { FILE: libs/minizip/include/ioapi_mem.h type ourmemory_t (line 41) | typedef struct ourmemory_s { FILE: libs/minizip/include/tools.h function namespace (line 8) | namespace zipper FILE: libs/minizip/include/unzip.h type unzFile__ (line 41) | typedef struct TagunzFile__ { int unused; } unzFile__; type unzFile__ (line 42) | typedef unzFile__ *unzFile; type voidp (line 44) | typedef voidp unzFile; type tm_unz (line 58) | typedef struct tm_unz_s type unz_global_info64 (line 70) | typedef struct unz_global_info64_s type unz_global_info (line 77) | typedef struct unz_global_info_s type unz_file_info64 (line 85) | typedef struct unz_file_info64_s type unz_file_info (line 108) | typedef struct unz_file_info_s type unz_file_pos (line 277) | typedef struct unz_file_pos_s type unz64_file_pos (line 286) | typedef struct unz64_file_pos_s FILE: libs/minizip/include/unzipper.h function namespace (line 11) | namespace zipper { FILE: libs/minizip/include/zip.h type zipFile__ (line 39) | typedef struct TagzipFile__ { int unused; } zipFile__; type zipFile__ (line 40) | typedef zipFile__ *zipFile; type voidp (line 42) | typedef voidp zipFile; type tm_zip (line 62) | typedef struct tm_zip_s type zip_fileinfo (line 72) | typedef struct FILE: libs/minizip/include/zipper.h function namespace (line 9) | namespace zipper { FILE: libs/minizip/source/CDirEntry.cpp type _stat (line 22) | struct _stat type stat (line 30) | struct stat type _finddata_t (line 306) | struct _finddata_t type dirent (line 345) | struct dirent FILE: libs/minizip/source/aes/aes.h type aes_inf (line 71) | typedef union type aes_encrypt_ctx (line 76) | typedef struct type aes_decrypt_ctx (line 81) | typedef struct FILE: libs/minizip/source/aes/aes_via_ace.h function INLINE (line 335) | INLINE int has_cpuid(void) function INLINE (line 351) | INLINE int is_via_cpu(void) function INLINE (line 370) | INLINE int read_via_flags(void) function INLINE (line 387) | INLINE int via_rng_in(void *buf) function INLINE (line 399) | INLINE volatile void via_ecb_op5( function INLINE (line 413) | INLINE volatile void via_cbc_op6( function INLINE (line 428) | INLINE volatile void via_cbc_op7( function INLINE (line 446) | INLINE volatile void via_cfb_op6( function INLINE (line 461) | INLINE volatile void via_cfb_op7( function INLINE (line 479) | INLINE volatile void via_ofb_op6( function INLINE (line 498) | INLINE int via_ace_test(void) function INLINE (line 506) | INLINE int via_rng_test(void) function INLINE (line 514) | INLINE int read_via_rng(void *buf, int count) FILE: libs/minizip/source/aes/aeskey.c function AES_RETURN (line 75) | AES_RETURN aes_encrypt_key128(const unsigned char *key, aes_encrypt_ctx ... function AES_RETURN (line 123) | AES_RETURN aes_encrypt_key192(const unsigned char *key, aes_encrypt_ctx ... function AES_RETURN (line 174) | AES_RETURN aes_encrypt_key256(const unsigned char *key, aes_encrypt_ctx ... function AES_RETURN (line 211) | AES_RETURN aes_encrypt_key(const unsigned char *key, int key_len, aes_en... function AES_RETURN (line 312) | AES_RETURN aes_decrypt_key128(const unsigned char *key, aes_decrypt_ctx ... function AES_RETURN (line 391) | AES_RETURN aes_decrypt_key192(const unsigned char *key, aes_decrypt_ctx ... function AES_RETURN (line 482) | AES_RETURN aes_decrypt_key256(const unsigned char *key, aes_decrypt_ctx ... function AES_RETURN (line 531) | AES_RETURN aes_decrypt_key(const unsigned char *key, int key_len, aes_de... FILE: libs/minizip/source/aes/aestab.c function AES_RETURN (line 187) | AES_RETURN aes_init(void) function uint_8t (line 211) | static uint_8t hibit(const uint_32t x) function uint_8t (line 221) | static uint_8t gf_inv(const uint_8t x) function uint_8t (line 256) | uint_8t fwd_affine(const uint_8t x) function uint_8t (line 262) | uint_8t inv_affine(const uint_8t x) function AES_RETURN (line 270) | AES_RETURN aes_init(void) FILE: libs/minizip/source/aes/brg_types.h type uint_8t (line 55) | typedef unsigned char uint_8t; type uint_16t (line 64) | typedef unsigned short uint_16t; type uint_32t (line 74) | typedef unsigned int uint_32t; type uint_32t (line 77) | typedef unsigned long uint_32t; type uint_64t (line 89) | typedef unsigned __int64 uint_64t; type uint_64t (line 93) | typedef unsigned __int64 uint_64t; type uint_64t (line 97) | typedef unsigned long long uint_64t; type uint_64t (line 101) | typedef unsigned int long long uint_64t; type uint_64t (line 106) | typedef unsigned int uint_64t; type uint_64t (line 112) | typedef unsigned long uint_64t; type uint_64t (line 118) | typedef unsigned long long uint_64t; type uint_64t (line 124) | typedef unsigned long long uint_64t; FILE: libs/minizip/source/aes/entropy.c function entropy_fun (line 14) | int entropy_fun(unsigned char buf[], unsigned int len) function entropy_fun (line 38) | int entropy_fun(unsigned char buf[], unsigned int len) FILE: libs/minizip/source/aes/fileenc.c function encr_data (line 52) | static void encr_data(unsigned char data[], unsigned long d_len, fcrypt_... function fcrypt_init (line 73) | int fcrypt_init( function fcrypt_encrypt (line 119) | void fcrypt_encrypt(unsigned char data[], unsigned int data_len, fcrypt_... function fcrypt_decrypt (line 127) | void fcrypt_decrypt(unsigned char data[], unsigned int data_len, fcrypt_... function fcrypt_end (line 135) | int fcrypt_end(unsigned char mac[], fcrypt_ctx cx[1]) FILE: libs/minizip/source/aes/fileenc.h type fcrypt_ctx (line 84) | typedef struct FILE: libs/minizip/source/aes/hmac.c function hmac_sha_begin (line 44) | void hmac_sha_begin(hmac_ctx cx[1]) function hmac_sha_key (line 50) | int hmac_sha_key(const unsigned char key[], unsigned long key_len, hmac_... function hmac_sha_data (line 74) | void hmac_sha_data(const unsigned char data[], unsigned long data_len, h... function hmac_sha_end (line 106) | void hmac_sha_end(unsigned char mac[], unsigned long mac_len, hmac_ctx c... function hmac_sha (line 132) | void hmac_sha(const unsigned char key[], unsigned long key_len, FILE: libs/minizip/source/aes/hmac.h type hmac_ctx (line 81) | typedef struct FILE: libs/minizip/source/aes/prng.c function prng_mix (line 52) | static void prng_mix(unsigned char buf[]) function update_pool (line 81) | static void update_pool(prng_ctx ctx[1]) function prng_init (line 100) | void prng_init(prng_entropy_fn fun, prng_ctx ctx[1]) function prng_rand (line 122) | void prng_rand(unsigned char data[], unsigned int data_len, prng_ctx ctx... function prng_end (line 146) | void prng_end(prng_ctx ctx[1]) FILE: libs/minizip/source/aes/prng.h type prng_ctx (line 62) | typedef struct FILE: libs/minizip/source/aes/pwd2key.c function derive_key (line 44) | void derive_key(const unsigned char pwd[], /* the PASSWORD */ function main (line 165) | int main() FILE: libs/minizip/source/aes/sha1.c function VOID_RETURN (line 116) | VOID_RETURN sha1_compile(sha1_ctx ctx[1]) function VOID_RETURN (line 172) | VOID_RETURN sha1_begin(sha1_ctx ctx[1]) function VOID_RETURN (line 185) | VOID_RETURN sha1_hash(const unsigned char data[], unsigned long len, sha... function VOID_RETURN (line 206) | VOID_RETURN sha1_end(unsigned char hval[], sha1_ctx ctx[1]) function VOID_RETURN (line 250) | VOID_RETURN sha1(unsigned char hval[], const unsigned char data[], unsig... FILE: libs/minizip/source/aes/sha1.h type sha1_ctx (line 49) | typedef struct FILE: libs/minizip/source/ioapi.c function voidpf (line 45) | voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc,const void*... function call_zseek64 (line 59) | long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filest... function ZPOS64_T (line 70) | ZPOS64_T call_ztell64 (const zlib_filefunc64_32_def* pfilefunc,voidpf fi... function fill_zlib_filefunc64_32_def_from_filefunc32 (line 81) | void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def*... type FILE_IOPOSIX (line 107) | typedef struct function voidpf (line 114) | static voidpf file_build_ioposix(FILE *file, const char *filename) function voidpf (line 127) | static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* file... function voidpf (line 146) | static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* fi... function voidpf (line 165) | static voidpf ZCALLBACK fopendisk64_file_func (voidpf opaque, voidpf str... function voidpf (line 190) | static voidpf ZCALLBACK fopendisk_file_func (voidpf opaque, voidpf strea... function uLong (line 215) | static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, vo... function uLong (line 226) | static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, c... function ftell_file_func (line 237) | static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream) function ZPOS64_T (line 248) | static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) function fseek_file_func (line 259) | static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLo... function fseek64_file_func (line 288) | static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, Z... function fclose_file_func (line 320) | static int ZCALLBACK fclose_file_func (voidpf opaque, voidpf stream) function ferror_file_func (line 334) | static int ZCALLBACK ferror_file_func (voidpf opaque, voidpf stream) function fill_fopen_filefunc (line 345) | void fill_fopen_filefunc (zlib_filefunc_def* pzlib_filefunc_def) function fill_fopen64_filefunc (line 358) | void fill_fopen64_filefunc (zlib_filefunc64_def* pzlib_filefunc_def) FILE: libs/minizip/source/ioapi_buf.c type ourstream_t (line 53) | typedef struct ourstream_s { function print_buf_internal (line 74) | void print_buf_internal(voidpf opaque, voidpf stream, char *format, ...) function voidpf (line 84) | voidpf fopen_buf_internal_func (opaque, stream, number_disk, mode) function voidpf (line 102) | voidpf ZCALLBACK fopen_buf_func (opaque, filename, mode) function voidpf (line 112) | voidpf ZCALLBACK fopen64_buf_func (opaque, filename, mode) function voidpf (line 122) | voidpf ZCALLBACK fopendisk_buf_func (opaque, stream_cd, number_disk, mode) function voidpf (line 134) | voidpf ZCALLBACK fopendisk64_buf_func (opaque, stream_cd, number_disk, m... function fflush_buf (line 147) | long fflush_buf (opaque, stream) function uLong (line 181) | uLong ZCALLBACK fread_buf_func (opaque, stream, buf, size) function uLong (line 247) | uLong ZCALLBACK fwrite_buf_func (opaque, stream, buf, size) function ZPOS64_T (line 308) | ZPOS64_T ftell_buf_internal_func (opaque, stream, position) function ftell_buf_func (line 323) | long ZCALLBACK ftell_buf_func (opaque, stream) function ZPOS64_T (line 333) | ZPOS64_T ZCALLBACK ftell64_buf_func (opaque, stream) function fseek_buf_internal_func (line 343) | int fseek_buf_internal_func (opaque, stream, offset, origin) function fseek_buf_func (line 419) | long ZCALLBACK fseek_buf_func (opaque, stream, offset, origin) function fseek64_buf_func (line 436) | long ZCALLBACK fseek64_buf_func (opaque, stream, offset, origin) function fclose_buf_func (line 453) | int ZCALLBACK fclose_buf_func (opaque, stream) function ferror_buf_func (line 474) | int ZCALLBACK ferror_buf_func (opaque, stream) function fill_buffer_filefunc (line 486) | void fill_buffer_filefunc (pzlib_filefunc_def, ourbuf) function fill_buffer_filefunc64 (line 501) | void fill_buffer_filefunc64 (pzlib_filefunc_def, ourbuf) FILE: libs/minizip/source/ioapi_mem.c function voidpf (line 35) | voidpf ZCALLBACK fopen_mem_func (opaque, filename, mode) function voidpf (line 62) | voidpf ZCALLBACK fopendisk_mem_func (opaque, stream, number_disk, mode) function uLong (line 72) | uLong ZCALLBACK fread_mem_func (opaque, stream, buf, size) function uLong (line 90) | uLong ZCALLBACK fwrite_mem_func (opaque, stream, buf, size) function ftell_mem_func (line 126) | long ZCALLBACK ftell_mem_func (opaque, stream) function fseek_mem_func (line 134) | long ZCALLBACK fseek_mem_func (opaque, stream, offset, origin) function fclose_mem_func (line 163) | int ZCALLBACK fclose_mem_func (opaque, stream) function ferror_mem_func (line 171) | int ZCALLBACK ferror_mem_func (opaque, stream) function fill_memory_filefunc (line 179) | void fill_memory_filefunc (pzlib_filefunc_def, ourmem) FILE: libs/minizip/source/tools.cpp type zipper (line 21) | namespace zipper { function getFileCrc (line 26) | void getFileCrc(std::istream& input_stream, std::vector& buff, u... function isLargeFile (line 47) | bool isLargeFile(std::istream& input_stream) function checkFileExists (line 57) | bool checkFileExists(const std::string& filename) function makedir (line 62) | bool makedir(const std::string& newdir) function removeFolder (line 67) | void removeFolder(const std::string& foldername) function isDirectory (line 84) | bool isDirectory(const std::string& path) function parentDirectory (line 89) | std::string parentDirectory(const std::string& filepath) function currentPath (line 94) | std::string currentPath() function filesFromDirectory (line 104) | std::vector filesFromDirectory(const std::string& path) function fileNameFromPath (line 140) | std::string fileNameFromPath(const std::string& fullPath) FILE: libs/minizip/source/unzip.c type unz_file_info64_internal (line 94) | typedef struct unz_file_info64_internal_s type file_in_zip64_read_info_s (line 106) | typedef struct type unz64_s (line 140) | typedef struct function local (line 169) | local void unz64local_DosDateToTmuDate (ZPOS64_T ulDosDate, tm_unz* ptm) function local (line 192) | local int unz64local_getByte(const zlib_filefunc64_32_def* pzlib_filefun... function local (line 207) | local int unz64local_getShort (const zlib_filefunc64_32_def* pzlib_filef... function local (line 227) | local int unz64local_getLong (const zlib_filefunc64_32_def* pzlib_filefu... function local (line 253) | local int unz64local_getLong64 (const zlib_filefunc64_32_def* pzlib_file... function local (line 292) | local ZPOS64_T unz64local_SearchCentralDir(const zlib_filefunc64_32_def*... function local (line 354) | local ZPOS64_T unz64local_SearchCentralDir64(const zlib_filefunc64_32_de... function local (line 390) | local unzFile unzOpenInternal(const void *path, zlib_filefunc64_32_def* ... function unzFile (line 550) | extern unzFile ZEXPORT unzOpen2(const char *path, zlib_filefunc_def* pzl... function unzFile (line 561) | extern unzFile ZEXPORT unzOpen2_64(const void *path, zlib_filefunc64_def... function unzFile (line 574) | extern unzFile ZEXPORT unzOpen(const char *path) function unzFile (line 579) | extern unzFile ZEXPORT unzOpen64(const void *path) function unzClose (line 584) | extern int ZEXPORT unzClose(unzFile file) function local (line 607) | local int unzGoToNextDisk(unzFile file) function unzGetGlobalInfo (line 651) | extern int ZEXPORT unzGetGlobalInfo(unzFile file, unz_global_info* pglob... function unzGetGlobalInfo64 (line 664) | extern int ZEXPORT unzGetGlobalInfo64(unzFile file, unz_global_info64* p... function unzGetGlobalComment (line 674) | extern int ZEXPORT unzGetGlobalComment(unzFile file, char *comment, uLon... function local (line 701) | local int unz64local_GetCurrentFileInfoInternal(unzFile file, unz_file_i... function unzGetCurrentFileInfo (line 959) | extern int ZEXPORT unzGetCurrentFileInfo(unzFile file, unz_file_info * p... function unzGetCurrentFileInfo64 (line 994) | extern int ZEXPORT unzGetCurrentFileInfo64(unzFile file, unz_file_info64... function local (line 1004) | local int unz64local_CheckCurrentFileCoherencyHeader(unz64_s* s, uInt* p... function unzOpenCurrentFile3 (line 1090) | extern int ZEXPORT unzOpenCurrentFile3(unzFile file, int* method, int* l... function unzOpenCurrentFile (line 1293) | extern int ZEXPORT unzOpenCurrentFile(unzFile file) function unzOpenCurrentFilePassword (line 1298) | extern int ZEXPORT unzOpenCurrentFilePassword(unzFile file, const char* ... function unzOpenCurrentFile2 (line 1303) | extern int ZEXPORT unzOpenCurrentFile2(unzFile file, int* method, int* l... function unzReadCurrentFile (line 1315) | extern int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, unsigned ... function ZPOS64_T (line 1533) | extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64(unzFile file) function unzGetLocalExtrafield (line 1546) | extern int ZEXPORT unzGetLocalExtrafield(unzFile file, voidp buf, unsign... function unzGoToFirstFile2 (line 1643) | extern int ZEXPORT unzGoToFirstFile2(unzFile file, unz_file_info64 *pfil... function unzGoToFirstFile (line 1661) | extern int ZEXPORT unzGoToFirstFile(unzFile file) function unzGoToNextFile2 (line 1666) | extern int ZEXPORT unzGoToNextFile2(unzFile file, unz_file_info64 *pfile... function unzGoToNextFile (line 1691) | extern int ZEXPORT unzGoToNextFile(unzFile file) function unzLocateFile (line 1696) | extern int ZEXPORT unzLocateFile(unzFile file, const char *filename, unz... function unzGetFilePos (line 1741) | extern int ZEXPORT unzGetFilePos(unzFile file, unz_file_pos* file_pos) function unzGoToFilePos (line 1753) | extern int ZEXPORT unzGoToFilePos(unzFile file, unz_file_pos* file_pos) function unzGetFilePos64 (line 1764) | extern int ZEXPORT unzGetFilePos64(unzFile file, unz64_file_pos* file_pos) function unzGoToFilePos64 (line 1780) | extern int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos* ... function uLong (line 1800) | extern uLong ZEXPORT unzGetOffset(unzFile file) function ZPOS64_T (line 1810) | extern ZPOS64_T ZEXPORT unzGetOffset64(unzFile file) function unzSetOffset (line 1825) | extern int ZEXPORT unzSetOffset(unzFile file, uLong pos) function unzSetOffset64 (line 1830) | extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) function z_off_t (line 1846) | extern z_off_t ZEXPORT unztell(unzFile file) function ZPOS64_T (line 1859) | extern ZPOS64_T ZEXPORT unztell64(unzFile file) function unzeof (line 1875) | extern int ZEXPORT unzeof(unzFile file) FILE: libs/minizip/source/unzipper.cpp type zipper (line 10) | namespace zipper { type Unzipper::Impl (line 12) | struct Unzipper::Impl method initMemory (line 21) | bool initMemory(zlib_filefunc_def& filefunc) method locateEntry (line 27) | bool locateEntry(const std::string& name) method ZipEntry (line 32) | ZipEntry currentEntryInfo() method iterEntries (line 48) | void iterEntries(std::function callback) method getEntries (line 73) | void getEntries(std::vector& entries) method extractCurrentEntry (line 100) | bool extractCurrentEntry(ZipEntry& entryinfo, int (extractStrategy)(... method extractCurrentEntryToFile (line 120) | bool extractCurrentEntryToFile(ZipEntry& entryinfo, const std::strin... method extractCurrentEntryToStream (line 144) | bool extractCurrentEntryToStream(ZipEntry& entryinfo, std::ostream& ... method extractCurrentEntryToMemory (line 168) | bool extractCurrentEntryToMemory(ZipEntry& entryinfo, std::vector& outvec, ZipEntry& info) method Impl (line 330) | Impl(Unzipper& outer) : m_outer(outer), m_zipmem(), m_filefunc() method close (line 339) | void close() method initFile (line 345) | bool initFile(const std::string& filename) method initWithStream (line 357) | bool initWithStream(std::istream& stream) method initWithVector (line 374) | bool initWithVector(std::vector& buffer) method entries (line 387) | std::vector entries() method extractAll (line 396) | bool extractAll(const std::string& destination, const std::map& buffer) method initMemory (line 84) | bool initMemory(int mode, zlib_filefunc_def& filefunc) method add (line 90) | bool add(std::istream& input_stream, const std::string& nameInZip, c... method close (line 169) | void close() FILE: source/download.cpp function WriteMemoryCallback (line 21) | static size_t WriteMemoryCallback(void *contents, size_t size, size_t nu... function download_progress (line 38) | int download_progress(void *p, double dltotal, double dlnow, double ulto... function downloadFile (line 55) | bool downloadFile(const char *url, const char *output, int api) type MemoryStruct (line 110) | struct MemoryStruct { function WriteMemoryCallback2 (line 115) | static size_t WriteMemoryCallback2(void *contents, size_t size, size_t n... function fetchVersion (line 136) | std::string fetchVersion(const char *url, const char *range){ FILE: source/extract.cpp function getInstalledTitles (line 3) | std::vector getInstalledTitles(std::vector st... function getInstalledTitlesNs (line 27) | std::vector getInstalledTitlesNs(){ function formatApplicationId (line 117) | std::string formatApplicationId(u64 ApplicationId){ function excludeTitles (line 123) | std::vector<Title> excludeTitles(const char* path, std::vector<Title> li... function caselessCompare (line 176) | bool caselessCompare (const std::string& a, const std::string& b){ function extractCheats (line 180) | int extractCheats(std::string zipPath, std::vector<Title> titles, int cf... function removeCheats (line 293) | int removeCheats(int cfw){ FILE: source/main.cpp function initServices (line 22) | void initServices(){ function exitServices (line 29) | void exitServices(){ function readVersion (line 36) | std::string readVersion(std::string path){ function saveVersion (line 47) | void saveVersion(std::string path, std::string version){ function isServiceRunning (line 54) | bool isServiceRunning(const char *serviceName) { function CFW (line 67) | CFW getCFW(){ function run (line 73) | bool run(){ function cleanUp (line 157) | void cleanUp(){ function viewTitles (line 164) | void viewTitles() { function viewHeader (line 182) | void viewHeader() { function viewMain (line 189) | void viewMain() { function clearConsole (line 204) | void clearConsole() { function main (line 210) | int main(int argc, char* argv[]) FILE: source/titles.cpp function writeTitlesToFile (line 9) | void writeTitlesToFile(std::vector<Title> titles) { function readTitlesFromFile (line 25) | std::vector<Title> readTitlesFromFile() { function outputUpdatedTitles (line 50) | void outputUpdatedTitles() { function printTitles (line 66) | void printTitles(std::vector<Title> titles) {