#include "spectre.h"
#include "id_table.h"
#include "autocloner.h"
Include dependency graph for stubrefcount.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Compounds | |
class | HashElement |
The HashElement struct is a basic class that contains only a KEY and a VALUE . More... | |
class | Hashtable |
Statically sized hash table with contigous vectors of values. More... | |
class | KeyMutableMap |
Dummy key mutable map class that points to both the Kp and the Tp. More... | |
class | Matrix |
class | QVector |
Three part high precision vector. More... | |
class | RefClass |
this is a container class that will be used to hold your dear class, and will assure that two classes that were constructed with the same argument get the same memory.this class requires that you have a decent copy constructorYou cannot do inheritance unless you use this class Unless you use TSub instead of TRef. More... | |
class | TRef |
class | TSub |
This is a container class that can hold a class of yours or a class that may wish to be overridden by a subtype. More... | |
class | Vector |
Three part vector. More... |