|
Files |
| file | PhxAccessors.h [code] |
| | Contains Accessor classes that are used to protect shared data structures.
|
| file | PhxBitVector.h [code] |
| | Contains the BitVector class for reading and writing sequences of bit-packed elements.
|
| file | PhxColor.h [code] |
| file | PhxDates.h [code] |
| file | PhxExceptions.h [code] |
| | Contains standard exception classes used throughout the code.
|
| file | PhxFactory.h [code] |
| file | PhxListeners.h [code] |
| | Contains the base Listener classes that support standard listener-style notifications in Phoenix.
|
| file | PhxLocks.h [code] |
| | Contains lock objects and tools for concurrent programming.
|
| file | PhxLog.h [code] |
| | Contains the Log interface used for loging and ingame debug output.
|
| file | PhxMatrix.h [code] |
| | A dimension-templatized class for matrices of values.
|
| file | PhxPtr.h [code] |
| | Defines standard smart-pointer types that are used to provide automatic resource reclamation and reference management within Phoenix.
|
| file | PhxPtrInterface.h [code] |
| | Contains standard implementations of the necessary reference counting interface for the Ptr class.
|
| file | PhxQuaternion.h [code] |
| file | PhxSemaphore.h [code] |
| | Contains a basic Semaphore class that wraps POSIX semaphores.
|
| file | PhxSingleton.h [code] |
| file | PhxString.h [code] |
| | Contains the basic Phoenix String class that is used to represent character strings.
|
| file | PhxTemplates.h [code] |
| | Contains template classes used to improve type-safety of interfaces.
|
| file | PhxThread.h [code] |
| file | PhxTimer.h [code] |
| file | PhxTimes.h [code] |
| file | PhxXml.h [code] |