|  | 
| using | IdType | 
|  | 
| static int | compare (const PoolQueryAttr &lhs, const PoolQueryAttr &rhs) | 
|  | 
| static int | compare (const PoolQueryAttr &lhs, const IdString &rhs) | 
|  | 
| static int | compare (const PoolQueryAttr &lhs, const std::string &rhs) | 
|  | 
| static int | compare (const PoolQueryAttr &lhs, const char *rhs) | 
|  | 
| static int | compare (const IdString &lhs, const PoolQueryAttr &rhs) | 
|  | 
| static int | compare (const IdString &lhs, const IdString &rhs) | 
|  | 
| static int | compare (const IdString &lhs, const std::string &rhs) | 
|  | 
| static int | compare (const IdString &lhs, const char *rhs) | 
|  | 
| static int | compare (const std::string &lhs, const PoolQueryAttr &rhs) | 
|  | 
| static int | compare (const std::string &lhs, const IdString &rhs) | 
|  | 
| static int | compare (const std::string &lhs, const std::string &rhs) | 
|  | 
| static int | compare (const std::string &lhs, const char *rhs) | 
|  | 
| static int | compare (const char *lhs, const PoolQueryAttr &rhs) | 
|  | 
| static int | compare (const char *lhs, const IdString &rhs) | 
|  | 
| static int | compare (const char *lhs, const std::string &rhs) | 
|  | 
| static int | compare (const char *lhs, const char *rhs) | 
|  | 
|  | IdStringType ()=default | 
|  | 
|  | IdStringType (const IdStringType &)=default | 
|  | 
|  | IdStringType (IdStringType &&) noexcept=default | 
|  | 
| IdStringType & | operator= (const IdStringType &)=default | 
|  | 
| IdStringType & | operator= (IdStringType &&) noexcept=default | 
|  | 
|  | ~IdStringType ()=default | 
|  | 
| static PoolImpl & | myPool () | 
|  | 
| std::ostream & | operator<< (std::ostream &str, const IdStringType< PoolQueryAttr > &obj) | 
|  | Stream output. 
 | 
|  | 
| bool | operator== (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) | 
|  | Equal. 
 | 
|  | 
| bool | operator!= (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) | 
|  | NotEqual. 
 | 
|  | 
| bool | operator< (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) | 
|  | Less. 
 | 
|  | 
| bool | operator<= (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) | 
|  | LessEqual. 
 | 
|  | 
| bool | operator> (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) | 
|  | Greater. 
 | 
|  | 
| bool | operator>= (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) | 
|  | GreaterEqual. 
 | 
|  | 
| std::ostream & | operator<< (std::ostream &str, const IdStringType< PoolQueryAttr > &obj) | 
|  | Stream output. 
 | 
|  | 
| bool | operator== (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) | 
|  | Equal. 
 | 
|  | 
| bool | operator!= (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) | 
|  | NotEqual. 
 | 
|  | 
| bool | operator< (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) | 
|  | Less. 
 | 
|  | 
| bool | operator<= (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) | 
|  | LessEqual. 
 | 
|  | 
| bool | operator> (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) | 
|  | Greater. 
 | 
|  | 
| bool | operator>= (const IdStringType< PoolQueryAttr > &lhs, const IdStringType< PoolQueryAttr > &rhs) | 
|  | GreaterEqual. 
 | 
|  | 
Definition at line 1118 of file PoolQuery.cc.