📄 http_status.inl
字号:
// -*- c++ -*-// $Id: http_status.inl 73790 2006-07-27 20:43:46Z wotte $#if !defined (ACE_HAS_INLINED_OSCALLS)# undef ACE_INLINE# define ACE_INLINE#endif /* ACE_HAS_INLINED_OSCALLS */ACE_INLINEHTTP_SCode_Node::operator int (void) const{ return this->code_;}ACE_INLINEHTTP_SCode_Node::operator const char * (void) const{ return this->code_str_;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -