Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Public Member Functions | Private Attributes | List of all members
cqsp::asset::PackageIndex Class Reference

#include <packageindex.h>

Public Member Functions

 PackageIndex (const IVirtualDirectoryPtr &directory)
 
AssetEntryoperator[] (const std::string &name)
 

Private Attributes

std::string path
 
bool valid
 
std::map< std::string, AssetEntryassets
 

Detailed Description

A way for the program to quickly load all the files in the

Constructor & Destructor Documentation

◆ PackageIndex()

cqsp::asset::PackageIndex::PackageIndex ( const IVirtualDirectoryPtr directory)
explicit

Member Function Documentation

◆ operator[]()

AssetEntry & cqsp::asset::PackageIndex::operator[] ( const std::string &  name)
inline

Member Data Documentation

◆ assets

std::map<std::string, AssetEntry> cqsp::asset::PackageIndex::assets
private

◆ path

std::string cqsp::asset::PackageIndex::path
private

◆ valid

bool cqsp::asset::PackageIndex::valid
private

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