bpmn++
A BPMN parser library, written in C++
tGatewayDirection.h
Go to the documentation of this file.
1
#ifndef XML_bpmn_tGatewayDirection_H
2
#define XML_bpmn_tGatewayDirection_H
3
#include <memory>
4
#include <optional>
5
#include <vector>
6
7
#include "../XMLObject.h"
8
9
typedef
std::string
tGatewayDirection
;
10
11
#endif
// XML_bpmn_tGatewayDirection_H
tGatewayDirection
std::string tGatewayDirection
Definition:
tGatewayDirection.h:9