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