#include <iostream>
ネームスペース | |
namespace | rcsc |
構成 | |
class | rcsc::GameTime |
game time object [詳細] | |
関数 | |
std::ostream & | operator<< (std::ostream &o, const rcsc::GameTime &t) |
output stream operator | |
bool | operator== (const rcsc::GameTime &lhs, const rcsc::GameTime &rhs) |
operator '==' for rcsc::GameTime | |
bool | operator!= (const rcsc::GameTime &lhs, const rcsc::GameTime &rhs) |
operator '!=' for rcsc::GameTime | |
bool | operator< (const rcsc::GameTime &lhs, const rcsc::GameTime &rhs) |
operator '<' for rcsc::GameTime | |
bool | operator<= (const rcsc::GameTime &lhs, const rcsc::GameTime &rhs) |
operator '<=' for rcsc::GameTime | |
bool | operator> (const rcsc::GameTime &lhs, const rcsc::GameTime &rhs) |
operator '>' for rcsc::GameTime | |
bool | operator>= (const rcsc::GameTime &lhs, const rcsc::GameTime &rhs) |
operator '>=' for rcsc::GameTime |
bool operator!= | ( | const rcsc::GameTime & | lhs, | |
const rcsc::GameTime & | rhs | |||
) | [inline] |
operator '!=' for rcsc::GameTime
lhs | left hand side argument | |
rhs | right hand side argument |
bool operator< | ( | const rcsc::GameTime & | lhs, | |
const rcsc::GameTime & | rhs | |||
) | [inline] |
operator '<' for rcsc::GameTime
lhs | left hand side argument | |
rhs | right hand side argument |
std::ostream& operator<< | ( | std::ostream & | o, | |
const rcsc::GameTime & | t | |||
) | [inline] |
output stream operator
o | reference to the output stream | |
t | const reference to the GameTime object |
bool operator<= | ( | const rcsc::GameTime & | lhs, | |
const rcsc::GameTime & | rhs | |||
) | [inline] |
operator '<=' for rcsc::GameTime
lhs | left hand side argument | |
rhs | right hand side argument |
bool operator== | ( | const rcsc::GameTime & | lhs, | |
const rcsc::GameTime & | rhs | |||
) | [inline] |
operator '==' for rcsc::GameTime
lhs | left hand side argument | |
rhs | right hand side argument |
true | all values are same | |
false | some values are not same |
bool operator> | ( | const rcsc::GameTime & | lhs, | |
const rcsc::GameTime & | rhs | |||
) | [inline] |
operator '>' for rcsc::GameTime
lhs | left hand side argument | |
rhs | right hand side argument |
bool operator>= | ( | const rcsc::GameTime & | lhs, | |
const rcsc::GameTime & | rhs | |||
) | [inline] |
operator '>=' for rcsc::GameTime
lhs | left hand side argument | |
rhs | right hand side argument |