options.meta

来自「磁盘管理工具,主要管理光盘信息和内容希望大家喜欢」· META 代码 · 共 19 行

META
19
字号
Options::Options ()   : pINIFile (NULL)   , mHeader ("Movies.head")   , mFooter ("Movies.foot")   , rHeader ("Records.head")   , rFooter ("Records.foot")   , dirOutput ("/var/www/cds/"){   addAttribute (*new YGP::Attribute<std::string> ("MovieHead", mHeader));   addAttribute (*new YGP::Attribute<std::string> ("MovieFoot", mFooter));   addAttribute (*new YGP::Attribute<std::string> ("RecordHead", rHeader));   addAttribute (*new YGP::Attribute<std::string> ("RecordFoot", rFooter));   addAttribute (*new YGP::Attribute<std::string> ("OutputDir", dirOutput));}Options::~Options () {}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?