Rosetta
Namespaces
GeneralFileManager.cc File Reference

A singleton class for managing arbitrary files to ensure that they are loaded once and only once from disk. More...

#include <utility/io/GeneralFileManager.hh>
#include <utility/pointer/memory.hh>
#include <utility/thread/threadsafe_creation.hh>
#include <utility/string_util.hh>
#include <string>
#include <fstream>
#include <functional>

Namespaces

 utility
 unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0.
 
 utility::io
 

Detailed Description

A singleton class for managing arbitrary files to ensure that they are loaded once and only once from disk.

Author
Vikram K. Mulligan (vmull.nosp@m.igan.nosp@m.@flat.nosp@m.iron.nosp@m.insti.nosp@m.tute.nosp@m..org)
Jack Maguire