OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
CSMDoc::Blacklist Class Reference

ID blacklist sorted by UniversalId type. More...

#include <blacklist.hpp>

Collaboration diagram for CSMDoc::Blacklist:

Public Member Functions

bool isBlacklisted (const CSMWorld::UniversalId &id) const
 
void add (CSMWorld::UniversalId::Type type, const std::vector< std::string > &ids)
 

Private Attributes

std::map
< CSMWorld::UniversalId::Type,
std::vector< std::string > > 
mIds
 

Detailed Description

ID blacklist sorted by UniversalId type.

Member Function Documentation

void CSMDoc::Blacklist::add ( CSMWorld::UniversalId::Type  type,
const std::vector< std::string > &  ids 
)

Here is the call graph for this function:

Here is the caller graph for this function:

bool CSMDoc::Blacklist::isBlacklisted ( const CSMWorld::UniversalId id) const

Here is the call graph for this function:

Member Data Documentation

std::map<CSMWorld::UniversalId::Type, std::vector<std::string> > CSMDoc::Blacklist::mIds
private

The documentation for this class was generated from the following files: