CPP05 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
ShrubberyCreationForm.hpp ファイル

Defines the ShrubberyCreationForm class. [詳解]

#include "AForm.hpp"
#include <fstream>
ShrubberyCreationForm.hpp の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  ShrubberyCreationForm
 A concrete form that creates a file with ASCII trees. [詳解]
 

変数

const char *const ASCII_ART []
 
const int ASCII_ART_HEIGHT = sizeof(ASCII_ART) / sizeof(ASCII_ART[0])
 

詳解

Defines the ShrubberyCreationForm class.

ShrubberyCreationForm.hpp に定義があります。

変数詳解

◆ ASCII_ART

const char* const ASCII_ART[]

ShrubberyCreationForm.hpp45 行目に定義があります。

◆ ASCII_ART_HEIGHT

const int ASCII_ART_HEIGHT = sizeof(ASCII_ART) / sizeof(ASCII_ART[0])

ShrubberyCreationForm.hpp98 行目に定義があります。