openapi-generator/docs/generators/cpp-pistache-server.md

43 lines
1.3 KiB
Markdown
Raw Normal View History

---
title: Config Options for cpp-pistache-server
sidebar_label: cpp-pistache-server
---
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|addExternalLibs|Add the Possibility to fetch and compile external Libraries needed by this Framework.| |true|
|helpersPackage|Specify the package name to be used for the helpers (e.g. org.openapitools.server.helpers).| |org.openapitools.server.helpers|
|useStructModel|Use struct-based model template instead of get/set-based model template| |false|
2020-01-09 02:54:05 +00:00
## IMPORT MAPPING
| Type/Alias | Imports |
| ---------- | ------- |
|Object|#include "Object.h"|
2020-01-09 02:54:05 +00:00
|std::map|#include <map>|
|std::string|#include <string>|
|std::vector|#include <vector>|
2020-01-09 02:54:05 +00:00
## INSTANTIATION TYPES
| Type/Alias | Instantiated By |
| ---------- | --------------- |
## LANGUAGE PRIMITIVES
<ul data-columns="2" style="list-style-type: disc;-webkit-columns:2;-moz-columns:2;columns:2;-moz-column-fill:auto;column-fill:auto"><li>bool</li>
<li>char</li>
<li>double</li>
2020-01-09 02:54:05 +00:00
<li>float</li>
<li>int</li>
<li>int32_t</li>
<li>int64_t</li>
<li>long</li>
2020-01-09 02:54:05 +00:00
</ul>
## RESERVED WORDS
<ul data-columns="2" style="list-style-type: disc;-webkit-columns:2;-moz-columns:2;columns:2;-moz-column-fill:auto;column-fill:auto"></ul>