Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
asset-diagnostics.hpp File Reference

Small helper and diagnostic functions related to Asset and AssetManager. More...

Go to the source code of this file.

Description

Small helper and diagnostic functions related to Asset and AssetManager.

See also
assetmanager.hpp
CreateAsset_test
IdentityOfAssets_test

Definition in file asset-diagnostics.hpp.

#include "steam/assetmanager.hpp"
#include "lib/format-string.hpp"
#include "lib/format-cout.hpp"
#include "lib/util-foreach.hpp"
#include "lib/util.hpp"
#include <functional>

Namespaces

namespace  steam
 Steam-Layer implementation namespace root.
 
namespace  steam::asset
 The asset subsystem of the Steam-Layer.
 

Functions

void dump (PcAsset const &aa)
 
void dumpAssetManager ()
 
template<class CHI , class PAR >
bool dependencyCheck (lib::P< CHI > child, lib::P< PAR > parent)