|
LIBRCSC Docs
Documentation for HELIOS's BASE LIBRCSC library for RoboCup 2D Simulation League.
|
game time depending on RCSSServer2D Header File More...
#include <iostream>

Go to the source code of this file.
Classes | |
| class | rcsc::GameTime |
| game time object More... | |
| struct | rcsc::GameTime::Less |
| compare function More... | |
| struct | rcsc::GameTime::Greater |
| compare function More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &o, const rcsc::GameTime &t) |
| output stream operator More... | |
| bool | operator== (const rcsc::GameTime &lhs, const rcsc::GameTime &rhs) |
| operator '==' for rcsc::GameTime More... | |
| bool | operator!= (const rcsc::GameTime &lhs, const rcsc::GameTime &rhs) |
| operator '!=' for rcsc::GameTime More... | |
| bool | operator< (const rcsc::GameTime &lhs, const rcsc::GameTime &rhs) |
| operator '<' for rcsc::GameTime More... | |
| bool | operator<= (const rcsc::GameTime &lhs, const rcsc::GameTime &rhs) |
| operator '<=' for rcsc::GameTime More... | |
| bool | operator> (const rcsc::GameTime &lhs, const rcsc::GameTime &rhs) |
| operator '>' for rcsc::GameTime More... | |
| bool | operator>= (const rcsc::GameTime &lhs, const rcsc::GameTime &rhs) |
| operator '>=' for rcsc::GameTime More... | |
game time depending on RCSSServer2D Header File
|
inline |
operator '!=' for rcsc::GameTime
| lhs | left hand side argument |
| rhs | right hand side argument |
|
inline |
operator '<' for rcsc::GameTime
| lhs | left hand side argument |
| rhs | right hand side argument |
|
inline |
output stream operator
| o | reference to the output stream |
| t | const reference to the GameTime object |
|
inline |
operator '<=' for rcsc::GameTime
| lhs | left hand side argument |
| rhs | right hand side argument |
|
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 |
|
inline |
operator '>' for rcsc::GameTime
| lhs | left hand side argument |
| rhs | right hand side argument |
|
inline |
operator '>=' for rcsc::GameTime
| lhs | left hand side argument |
| rhs | right hand side argument |