26#ifndef WSF_RIPR_SAFE_RIPR_PROC_HPP
27#define WSF_RIPR_SAFE_RIPR_PROC_HPP
50 size_t mPlatformIndex;
UtStringId WsfStringId
WsfStringId – the same thing as UtStringId.
Definition WsfStringId.hpp:23
std::string GetName() const
Returns the name of the pointee if it exists, 0 otherwise.
Definition SafeRIPRProc.cpp:88
bool operator==(const SafeRIPRProc &other) const
Definition SafeRIPRProc.cpp:109
SafeRIPRProc()
Constructor that creates a null safe pointer.
Definition SafeRIPRProc.cpp:64
bool operator<(const SafeRIPRProc &other) const
Produces a consistant ordering of SafeRIPRProc objects.
Definition SafeRIPRProc.cpp:122
bool operator!=(const SafeRIPRProc &other) const
Definition SafeRIPRProc.cpp:116
WsfRIPRProcessor * get() const
Returns a WsfRIPRProcessor* if the pointee exists, 0 otherwise.
Definition SafeRIPRProc.cpp:72
Definition WsfRIPRProcessor.hpp:45
The main controller for a simulation.
Definition WsfSimulation.hpp:109