17 std::string tar_filename;
22 typedef std::map<std::string, std::string>
TarList;
23 typedef std::map<std::string, TarFileListEntry> TarFileList;
24 extern std::array<TarList, NUM_SUBDIRS> _tar_list;
Types for Standard In/Out file operations.
@ NUM_SUBDIRS
Number of subdirectories.
std::map< std::string, std::string > TarList
Map of tar file to tar directory.