parser-types.hpp File Reference

#include "rtt-scripting-config.h"
#include <boost/version.hpp>
#include <boost/spirit.hpp>
#include "../base/ActionInterface.hpp"
#include "rtt-scripting-fwd.hpp"
Include dependency graph for rtt/scripting/parser-types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  RTT::scripting::eol_skip_functor

Namespaces

namespace  RTT
 

Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.


namespace  RTT::scripting

Defines

#define SKIP_PARSER

Define Documentation

#define SKIP_PARSER
Value:
( comment_p( "#" ) | comment_p( "//" ) | \
        comment_p( "/*", "*/" ) | (space_p - eol_p) | functor_parser<eol_skip_functor>( eol_skip_functor(skipref) ) )

When using this macro, you must have a boolean variable skipref defined. which is initialized to true.

Definition at line 127 of file rtt/scripting/parser-types.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rtt
Author(s): RTT Developers
autogenerated on Fri Jan 11 09:47:16 2013