LIBRCSC Docs
Documentation for HELIOS's BASE LIBRCSC library for RoboCup 2D Simulation League.
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Types | Public Member Functions | Protected Member Functions | List of all members
rcsc::CLangToken Class Referenceabstract

abstract clang token More...

#include <clang_token.h>

Inheritance diagram for rcsc::CLangToken:
Inheritance graph
[legend]

Public Types

typedef std::shared_ptr< const CLangTokenConstPtr
 smart pointer type
 
typedef std::vector< ConstPtrCont
 

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
 

Detailed Description

abstract clang token

Member Function Documentation

◆ print()

virtual std::ostream & rcsc::CLangToken::print ( std::ostream &  os) const
pure virtual

print clang message to the output stream

Parameters
osreference to the output stream
Returns
reference to the output stream

Implemented in rcsc::CLangTokenClear, and rcsc::CLangTokenRule.


The documentation for this class was generated from the following file: