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