2019-01-18 09:39:33 +00:00
|
|
|
---
|
|
|
|
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|
|
2019-09-29 09:48:39 +00:00
|
|
|
|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 |
|
|
|
|
| ---------- | ------- |
|
2020-01-20 01:19:11 +00:00
|
|
|
|Object|#include "Object.h"|
|
2020-01-09 02:54:05 +00:00
|
|
|
|std::map|#include <map>|
|
|
|
|
|std::string|#include <string>|
|
2020-01-20 01:19:11 +00:00
|
|
|
|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>
|
2020-01-20 01:19:11 +00:00
|
|
|
<li>double</li>
|
2020-01-09 02:54:05 +00:00
|
|
|
<li>float</li>
|
|
|
|
<li>int</li>
|
|
|
|
<li>int32_t</li>
|
2020-01-20 01:19:11 +00:00
|
|
|
<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>
|