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

Public Types | |
| typedef std::shared_ptr< const CLangToken > | ConstPtr |
| smart pointer type | |
| typedef std::vector< ConstPtr > | Cont |
Public Member Functions | |
| virtual | ~CLangToken () |
| virtual destructor | |
| virtual std::ostream & | print (std::ostream &os) const =0 |
| print clang message to the output stream More... | |
Protected Member Functions | |
| CLangToken () | |
| protected constructor | |
abstract clang token
|
pure virtual |
print clang message to the output stream
| os | reference to the output stream |
Implemented in rcsc::CLangTokenClear, and rcsc::CLangTokenRule.