Classes | |
struct | NullPointerException |
class | ptr |
Functions | |
template<typename X , typename Y > | |
bool | operator== (const ptr< X > &lptr, const ptr< Y > &rptr) |
template<typename X , typename Y > | |
bool | operator== (const ptr< X > &lptr, Y *raw) |
template<typename X > | |
bool | operator== (const ptr< X > &lptr, long num) |
template<typename X , typename Y > | |
bool | operator!= (const ptr< X > &lptr, const ptr< Y > &rptr) |
template<typename X , typename Y > | |
bool | operator!= (const ptr< X > &lptr, Y *raw) |
template<typename X > | |
bool | operator!= (const ptr< X > &lptr, long num) |
template<typename X , typename Y > | |
bool | operator&& (const ptr< X > &lptr, const ptr< Y > &rptr) |
template<typename X > | |
bool | operator&& (const ptr< X > &lptr, bool rval) |
template<typename X > | |
bool | operator&& (bool lval, const ptr< X > &rptr) |
template<typename X , typename Y > | |
bool | operator|| (const ptr< X > &lptr, const ptr< Y > &rptr) |
template<typename X > | |
bool | operator|| (const ptr< X > &lptr, bool rval) |
template<typename X > | |
bool | operator|| (bool lval, const ptr< X > &rptr) |
template<typename X > | |
bool | operator! (const ptr< X > &p) |
template<typename X , typename Y > | |
bool | operator< (const ptr< X > &lptr, const ptr< Y > &rptr) |
template<typename X , typename Y > | |
bool | operator< (const ptr< X > &lptr, Y *raw) |
template<typename X , typename Y > | |
bool | operator< (X *raw, const ptr< Y > &rptr) |
bool yasper::operator! | ( | const ptr< X > & | p | ) | [inline] |
bool yasper::operator!= | ( | const ptr< X > & | lptr, | |
long | num | |||
) | [inline] |
bool yasper::operator!= | ( | const ptr< X > & | lptr, | |
Y * | raw | |||
) | [inline] |
bool yasper::operator!= | ( | const ptr< X > & | lptr, | |
const ptr< Y > & | rptr | |||
) | [inline] |
bool yasper::operator&& | ( | bool | lval, | |
const ptr< X > & | rptr | |||
) | [inline] |
bool yasper::operator&& | ( | const ptr< X > & | lptr, | |
bool | rval | |||
) | [inline] |
bool yasper::operator&& | ( | const ptr< X > & | lptr, | |
const ptr< Y > & | rptr | |||
) | [inline] |
bool yasper::operator< | ( | X * | raw, | |
const ptr< Y > & | rptr | |||
) | [inline] |
bool yasper::operator< | ( | const ptr< X > & | lptr, | |
Y * | raw | |||
) | [inline] |
bool yasper::operator< | ( | const ptr< X > & | lptr, | |
const ptr< Y > & | rptr | |||
) | [inline] |
bool yasper::operator== | ( | const ptr< X > & | lptr, | |
long | num | |||
) | [inline] |
bool yasper::operator== | ( | const ptr< X > & | lptr, | |
Y * | raw | |||
) | [inline] |
bool yasper::operator== | ( | const ptr< X > & | lptr, | |
const ptr< Y > & | rptr | |||
) | [inline] |
bool yasper::operator|| | ( | bool | lval, | |
const ptr< X > & | rptr | |||
) | [inline] |
bool yasper::operator|| | ( | const ptr< X > & | lptr, | |
bool | rval | |||
) | [inline] |
bool yasper::operator|| | ( | const ptr< X > & | lptr, | |
const ptr< Y > & | rptr | |||
) | [inline] |