|
LIBRCSC Docs
Documentation for HELIOS's BASE LIBRCSC library for RoboCup 2D Simulation League.
|
clang clear token More...
#include <clang_token.h>


Public Member Functions | |
| CLangTokenClear () | |
| default constructor | |
| virtual std::ostream & | print (std::ostream &os) const |
| print clang message to the output stream More... | |
Public Member Functions inherited from rcsc::CLangToken | |
| virtual | ~CLangToken () |
| virtual destructor | |
| virtual std::ostream & | print (std::ostream &os) const =0 |
| print clang message to the output stream More... | |
Additional Inherited Members | |
Public Types inherited from rcsc::CLangToken | |
| typedef std::shared_ptr< const CLangToken > | ConstPtr |
| smart pointer type | |
| typedef std::vector< ConstPtr > | Cont |
Protected Member Functions inherited from rcsc::CLangToken | |
| CLangToken () | |
| protected constructor | |
clang clear token
|
virtual |
print clang message to the output stream
| os | reference to the output stream |
Implements rcsc::CLangToken.