![]() |
VR-Forces 4.3.1 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtVrfProcessStateRepositoryManager |
| class DtVrfProcessStateRepositoryManager: More... | |
Typedefs | |
| typedef void(* | DtVrfProcessStateManagerCallbackFcn )(DtVrfProcessStateRepository *procStateRep, void *usr) |
| Callback function definition (for callbacks registered on DtVrfProcessStateRepository* additions to and removals from the DtVrfProcessStateRepositoryManager). | |
Functions | |
| template<typename T_PSRType > | |
| T_PSRType * | findPsrByNameAndType (const DtString &psrName, const std::list< DtVrfProcessStateRepository * > &psrList) |
| Templated function which finds the first occurrence of a PSR in the specified psrList that has the specified name and type. | |
| typedef void(* DtVrfProcessStateManagerCallbackFcn)(DtVrfProcessStateRepository *procStateRep, void *usr) |
Callback function definition (for callbacks registered on DtVrfProcessStateRepository* additions to and removals from the DtVrfProcessStateRepositoryManager).
| T_PSRType * findPsrByNameAndType | ( | const DtString & | psrName, |
| const std::list< DtVrfProcessStateRepository * > & | psrList | ||
| ) |
Templated function which finds the first occurrence of a PSR in the specified psrList that has the specified name and type.
Inline definitions.
Type is determined by the template type used when instantiating this function, and using dynamic_cast to test that type against each PSR.