GaitGeneration by Graph Search
Toggle main menu visibility
総合概要
諸情報
名前空間
名前空間一覧
名前空間メンバ
全て
a
b
c
d
e
f
g
h
i
k
l
m
o
r
s
t
関数
a
c
d
e
f
g
i
k
l
m
o
r
s
t
変数
型定義
列挙型
Concepts
クラス
クラス一覧
クラス索引
クラス階層
クラスメンバ
全て
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
関数
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
変数
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
v
w
x
y
z
型定義
ファイル
ファイル一覧
ファイルメンバ
全て
d
m
t
関数
d
m
t
マクロ定義
•
全て
クラス
名前空間
ファイル
関数
変数
型定義
列挙型
列挙値
マクロ定義
ページ
Concepts
読み取り中…
検索中…
一致する文字列を見つけられません
DesignLab
toml_directory_exporter.h
[詳解]
1
3
4
// Copyright(c) 2023-2025 Design Engineering Laboratory, Saitama University
5
// Released under the MIT license
6
// https://opensource.org/licenses/mit-license.php
7
8
#ifndef DESIGNLAB_TOML_DIRECTORY_EXPORTER_H_
9
#define DESIGNLAB_TOML_DIRECTORY_EXPORTER_H_
10
11
#include <string>
12
13
14
namespace
designlab
15
{
16
20
class
TomlDirectoryExporter
final
21
{
22
public
:
24
static
const
char
kTomlFileDirPath
[];
25
28
void
Export
();
29
};
20
class
TomlDirectoryExporter
final {
…
};
30
31
}
// namespace designlab
32
33
34
#endif
// DESIGNLAB_TOML_DIRECTORY_EXPORTER_H_
designlab::TomlDirectoryExporter
TOMLファイルを入れるディレクトリを作成し, TOMLファイル読み込みの準備をするクラス.
Definition
toml_directory_exporter.h:21
designlab::TomlDirectoryExporter::kTomlFileDirPath
static const char kTomlFileDirPath[]
TOMLファイルを入れるディレクトリのパス.
Definition
toml_directory_exporter.h:24
designlab::TomlDirectoryExporter::Export
void Export()
TOMLファイルを入れるディレクトリを作成し, TOMLファイル読み込みの準備をする.
Definition
toml_directory_exporter.cpp:19
designlab
Definition
abstract_dxlib_gui.cpp:18
構築:
1.9.8