libmesh解析
本工作只是尝试解析原libmesh的代码,供学习使用
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 
Public 成员函数 | 所有成员列表
GETPOT_NAMESPACE::GetPot::ltstr结构体 参考

helper functor for creating sets of C-style strings 更多...

Public 成员函数

bool operator() (const char *s1, const char *s2) const
 

详细描述

helper functor for creating sets of C-style strings

在文件 getpot.h547 行定义.

成员函数说明

bool GETPOT_NAMESPACE::GetPot::ltstr::operator() ( const char *  s1,
const char *  s2 
) const
inline

在文件 getpot.h549 行定义.

549 { return strcmp(s1, s2) < 0; }

该结构体的文档由以下文件生成: