LIBRCSC Docs
Documentation for HELIOS's BASE LIBRCSC library for RoboCup 2D Simulation League.
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Functions
clang_action.h File Reference

clang action class Header File More...

#include <rcsc/clang/clang_unum.h>
#include <memory>
#include <vector>
#include <iosfwd>
Include dependency graph for clang_action.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rcsc::CLangAction
 abstract action class More...
 
class  rcsc::CLangActionMark
 clang action 'mark' More...
 
class  rcsc::CLangActionHeteroType
 clang action 'htype' More...
 
class  rcsc::CLangActionHold
 clang action 'hold' More...
 
class  rcsc::CLangActionBallTo
 clang action 'bto' More...
 

Functions

std::ostream & operator<< (std::ostream &os, const rcsc::CLangAction &act)
 stream operator More...
 

Detailed Description

clang action class Header File

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const rcsc::CLangAction act 
)
inline

stream operator

Parameters
osreference to the output stream
actclang action object
Returns
reference to the output stream