Home
last modified time | relevance | path

Searched refs:AIInterfaceKey (Results 1 – 13 of 13) sorted by relevance

/dports/games/spring/spring_98.0/rts/ExternalAI/
H A DAIInterfaceKey.cpp9 CR_BIND(AIInterfaceKey, )
16 AIInterfaceKey::AIInterfaceKey( in AIInterfaceKey() function in AIInterfaceKey
23 AIInterfaceKey::AIInterfaceKey(const AIInterfaceKey& toCopy) in AIInterfaceKey() function in AIInterfaceKey
27 AIInterfaceKey::~AIInterfaceKey() {} in ~AIInterfaceKey()
29 bool AIInterfaceKey::isEqual(const AIInterfaceKey& otherKey) const { in isEqual()
37 bool AIInterfaceKey::isLessThen(const AIInterfaceKey& otherKey) const { in isLessThen()
61 bool AIInterfaceKey::operator==(const AIInterfaceKey& otherKey) const { in operator ==()
64 bool AIInterfaceKey::operator!=(const AIInterfaceKey& otherKey) const { in operator !=()
67 bool AIInterfaceKey::operator<(const AIInterfaceKey& otherKey) const { in operator <()
70 bool AIInterfaceKey::operator>(const AIInterfaceKey& otherKey) const { in operator >()
[all …]
H A DAIInterfaceKey.h13 class AIInterfaceKey {
14 CR_DECLARE_STRUCT(AIInterfaceKey)
17 AIInterfaceKey(
20 AIInterfaceKey(const AIInterfaceKey& toCopy);
21 ~AIInterfaceKey();
29 bool operator==(const AIInterfaceKey& otherKey) const;
30 bool operator!=(const AIInterfaceKey& otherKey) const;
31 bool operator<(const AIInterfaceKey& otherKey) const;
32 bool operator>(const AIInterfaceKey& otherKey) const;
33 bool operator<=(const AIInterfaceKey& otherKey) const;
[all …]
H A DSkirmishAIKey.h29 const AIInterfaceKey& interface = AIInterfaceKey());
30 SkirmishAIKey(const SkirmishAIKey& base, const AIInterfaceKey& interface);
36 const AIInterfaceKey& GetInterface() const;
55 AIInterfaceKey interface;
H A DAILibraryManager.h53 CAIInterfaceLibrary* FetchInterface(const AIInterfaceKey& interfaceKey);
57 void ReleaseInterface(const AIInterfaceKey& interfaceKey);
112 static AIInterfaceKey FindFittingInterfaceSpecifier(
118 typedef std::map<const AIInterfaceKey, CAIInterfaceLibrary*>
H A DIAILibraryManager.h13 class AIInterfaceKey; variable
26 typedef std::set<AIInterfaceKey> T_interfaceSpecs;
32 typedef std::map<const AIInterfaceKey, CAIInterfaceLibraryInfo*>
40 typedef std::map<const AIInterfaceKey, std::set<std::string> > T_dupInt;
H A DAILibraryManager.cpp49 typedef std::map<const AIInterfaceKey, std::set<std::string> > T_dupInt; in GatherInterfaceLibrariesInfos()
67 AIInterfaceKey interfaceKey = interfaceInfo->GetKey(); in GatherInterfaceLibrariesInfos()
121 AIInterfaceKey interfaceKey = in StoreSkirmishAILibraryInfos()
378 CAIInterfaceLibrary* CAILibraryManager::FetchInterface(const AIInterfaceKey& interfaceKey) { in FetchInterface()
403 void CAILibraryManager::ReleaseInterface(const AIInterfaceKey& interfaceKey) { in ReleaseInterface()
417 AIInterfaceKey CAILibraryManager::FindFittingInterfaceSpecifier( in FindFittingInterfaceSpecifier()
422 std::set<AIInterfaceKey>::const_iterator key; in FindFittingInterfaceSpecifier()
424 AIInterfaceKey fittingKey = AIInterfaceKey(); // unspecified key in FindFittingInterfaceSpecifier()
H A DSkirmishAIKey.cpp20 const AIInterfaceKey& interface) in SkirmishAIKey()
26 const AIInterfaceKey& interface) in SkirmishAIKey()
62 const AIInterfaceKey& SkirmishAIKey::GetInterface() const { in GetInterface()
H A DSkirmishAILibrary.h10 class AIInterfaceKey; variable
31 const AIInterfaceKey& interfaceKey) const;
H A DAIInterfaceLibraryInfo.cpp71 AIInterfaceKey CAIInterfaceLibraryInfo::GetKey() const { in GetKey()
75 AIInterfaceKey key = AIInterfaceKey(sn, v); in GetKey()
H A DAIInterfaceLibraryInfo.h10 class AIInterfaceKey; variable
25 virtual AIInterfaceKey GetKey() const;
H A DAIInterfaceLibrary.h29 AIInterfaceKey GetKey() const;
H A DSkirmishAILibrary.cpp38 const AIInterfaceKey& interfaceKey) const { in GetLevelOfSupportFor()
H A DAIInterfaceLibrary.cpp87 AIInterfaceKey CAIInterfaceLibrary::GetKey() const { in GetKey()