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