Provides basic smart pointer classes, and logger and timer utilities. More...
Classes | |
class | ork::Factory< K, C > |
A factory to create and destroy shared objects. More... | |
class | ork::FileLogger |
A Logger that logs messages to an html file. More... | |
class | ork::GPUTimer |
A timer to measure time and time intervals on GPU. More... | |
class | ork::SetIterator< type > |
A set iterator. More... | |
class | ork::MapIterator< key, type > |
A map iterator. More... | |
class | ork::MultiMapIterator< key, type > |
A multimap iterator. More... | |
class | ork::Logger |
A logger to log messages. More... | |
class | ork::Object |
An object with a reference counter. More... | |
class | ork::ptr< T > |
A strong pointer to an Object. More... | |
class | ork::static_ptr< T > |
A static pointer to an Object. More... | |
class | ork::Timer |
A timer to measure time and time intervals. More... |
Provides basic smart pointer classes, and logger and timer utilities.