Class RPGBuilder::NoDuplicatePair

Nested Relationships

This class is a nested type of Class RPGBuilder.

Class Documentation

class NoDuplicatePair

Public Functions

inline NoDuplicatePair()
inline NoDuplicatePair(list<Literal*> *const listIn, LiteralSet *const setIn)
inline void push_back(Literal *const toAdd)
inline Literal *back() const
inline bool operator!() const
template<typename T>
inline void insert(T itr, const T &itrEnd)

Protected Attributes

list<Literal*> *first
LiteralSet *second