# 他のプラットフォーム

他のプラットフォームでも一部の機能([serparser](https://mwx.twelite.info/api-reference/classes/ser_parser), [pktparser](https://mwx.twelite.info/api-reference/classes/pktparser), コンソール用Serialオブジェクト)をビルドできるように、ビルド定義を用意しています。必要なファイルのみを切り出しています。

ビルド定義は`{mwxライブラリ格納}/stdio`フォルダに格納しています。ビルド方法は[README.md](https://github.com/monowireless/mwx/tree/master/stdio)(リンクはGitHub上)を参照してください。

* C++11でのコンパイルが出来ること。
* C++11の標準ライブラリヘッダが利用できること (utility, algorithm, functional, iteratorなど)
* new/delete/virtualは使用しません。
* newによるメモリ確保は例外的に使用する場合があります。
  * serparser/pktparserでnew演算子を利用する[`alloc_heap`](https://mwx.twelite.info/api-reference/classes/alloc)では`delete`による処理を行っています。
  * （参考） ただしmwxライブラリとしては`delete`については考慮しない前提で設計されている部分もあります。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mwx.twelite.info/install_n_build/nopurattofmu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
