1 Star 0 Fork 0

lwitcher / doxygen_examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test_cls.cpp 513 Bytes
一键复制 编辑 原始数据 按行查看 历史
Twilight 提交于 2019-11-18 14:15 . init
/**
* @file test_cls.cpp
* @author lwitcher (lwitcher@163.com)
* @brief
* @version 0.1
* @date 2019-11-18
*
* @copyright Copyright (c) 2019
*
*/
#include "test_cls.h"
test_cls::test_cls(int count, const std::string& str):count_(count),std_(str)
{
}
test_cls::~test_cls()
{
}
void test_cls::print_members()
{
std::cout << count_ << std::endl; ///@todo 需要打印属性名
/**@todo
* 这个函数需要列出
* 行号
* 文件名
*/
std::cout << str_ << std::endl;
}
1
https://gitee.com/lwitcher/doxygen_examples.git
git@gitee.com:lwitcher/doxygen_examples.git
lwitcher
doxygen_examples
doxygen_examples
master

搜索帮助