#include <statemanager.h>
Public Member Functions | |
| bool | operator() (const T &lhs, const T &rhs) const |
| RefPtrWithNameCompare will make sure the State being added is unique to the set based on its name AND based on the fact that the State has a unique place in memory. | |
| bool dtABC::RefPtrWithNameCompare< T >::operator() | ( | const T & | lhs, | |
| const T & | rhs | |||
| ) | const [inline] |
RefPtrWithNameCompare will make sure the State being added is unique to the set based on its name AND based on the fact that the State has a unique place in memory.
This makes sure that no one tried to submit a State that had the same name as another State, or someone tried to resubmit a State already in the set by changing its name.