27#ifndef IDLFE_AST_OPERATION_H_
28#define IDLFE_AST_OPERATION_H_
51 typedef std::vector <std::string>
Context;
60 template <
class T>
friend class Ptr;
64 Type (std::move (type)),
77 context_ = std::move (strings);
@ OPERATION
class Operation
const Identifier & name() const noexcept
const Context & context() const noexcept
std::vector< std::string > Context
The context.
bool oneway() const noexcept
The IDL simple declarator.
Abstract Syntax Tree namespace.