|
WSF
|
IFF manager (Singleton). More...
#include <WsfIFF_Manager.hpp>
Public Member Functions | |
| WsfIFF_Manager () | |
| Constructor. | |
| virtual | ~WsfIFF_Manager () |
| Virtual destructor. | |
| bool | ProcessInput (UtInput &aInput) |
| Process the IFF block. | |
| bool | DebugEnabled () const |
| Determine if debugging is enabled. | |
| void | SetDebugEnabled (bool aDebugEnabled) |
IFF check methods | |
| typedef std::pair< WsfStringId, WsfStringId > | SideMapTypePair |
| typedef std::pair< SideMapTypePair, WsfTrack::IFF_Status > | SideIFF_MapTypePair |
| typedef std::map< SideMapTypePair, WsfTrack::IFF_Status > | SideIFF_MapType |
| typedef std::map< SideMapTypePair, WsfTrack::IFF_Status >::iterator | SideIFF_MapTypeIterator |
| WsfTrack::IFF_Status | GetIFF_Status (WsfStringId aPlaformSideId, WsfStringId aTgtPlatformSideId, const WsfCategoryList::CategoryList &aTgtCategories) const |
IFF manager (Singleton).
| typedef std::map<SideMapTypePair, WsfTrack::IFF_Status> WsfIFF_Manager::SideIFF_MapType |
| typedef std::map<SideMapTypePair,WsfTrack::IFF_Status>::iterator WsfIFF_Manager::SideIFF_MapTypeIterator |
| typedef std::pair<SideMapTypePair, WsfTrack::IFF_Status> WsfIFF_Manager::SideIFF_MapTypePair |
| typedef std::pair<WsfStringId, WsfStringId> WsfIFF_Manager::SideMapTypePair |
| WsfIFF_Manager::WsfIFF_Manager | ( | ) |
Constructor.
|
virtual |
Virtual destructor.
|
inline |
Determine if debugging is enabled.
| WsfTrack::IFF_Status WsfIFF_Manager::GetIFF_Status | ( | WsfStringId | aPlaformSideId, |
| WsfStringId | aTgtPlatformSideId, | ||
| const WsfCategoryList::CategoryList & | aTgtCategories ) const |
References WsfTrack::cIFF_FOE, WsfTrack::cIFF_FRIEND, and WsfTrack::cIFF_UNKNOWN.
| bool WsfIFF_Manager::ProcessInput | ( | UtInput & | aInput | ) |
Process the IFF block.
Process the IFF block.
| aInput | [input] The input stream. |
References ok.
|
inline |
Set the debug state.
| aDebugEnabled | New debug state |