VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs | Functions
vrfProcessStateRepositoryManager.h File Reference

Go to the source code of this file.

Classes

class  DtVrfProcessStateRepositoryManager
 

Typedefs

typedef void(* DtVrfProcessStateManagerCallbackFcn )(DtVrfProcessStateRepository *procStateRep, void *usr)
 

Functions

template<typename T_PSRType >
T_PSRType * findPsrByNameAndType (const DtString &psrName, const std::list< DtVrfProcessStateRepository * > &psrList)
 

Typedef Documentation

typedef void(* DtVrfProcessStateManagerCallbackFcn)(DtVrfProcessStateRepository *procStateRep, void *usr)

Callback function definition (for callbacks registered on DtVrfProcessStateRepository* additions to and removals from the DtVrfProcessStateRepositoryManager).

Function Documentation

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. Type is determined by the template type used when instantiating this function, and using dynamic_cast to test that type against each PSR.

Inline definitions.


Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)