TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ObjectPosSelector.h File Reference
#include <Common.h>
#include <map>
+ Include dependency graph for ObjectPosSelector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ObjectPosSelector
 
struct  ObjectPosSelector::UsedPos
 

Enumerations

enum  UsedPosType { USED_POS_PLUS, USED_POS_MINUS }
 

Functions

UsedPosType operator~ (UsedPosType uptype)
 

Enumeration Type Documentation

Enumerator
USED_POS_PLUS 
USED_POS_MINUS 
Definition: ObjectPosSelector.h:26
Definition: ObjectPosSelector.h:26

Function Documentation

UsedPosType operator~ ( UsedPosType  uptype)
inline
29 {
30  return uptype==USED_POS_PLUS ? USED_POS_MINUS : USED_POS_PLUS;
31 }
Definition: ObjectPosSelector.h:26
Definition: ObjectPosSelector.h:26