ast_component_fwd.h
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C头文件 代码 · 共 36 行
H
36 行
// This may look like C, but it's really -*- C++ -*-
// ast_component_fwd.h,v 1.2 2002/07/01 13:49:22 parsons Exp
#ifndef _AST_COMPONENT_FWD_AST_COMPONENT_FWD_HH
#define _AST_COMPONENT_FWD_AST_COMPONENT_FWD_HH
#include "ast_interface_fwd.h"
// Representation of a forward component declaration.
class TAO_IDL_FE_Export AST_ComponentFwd : public virtual AST_InterfaceFwd
{
public:
AST_ComponentFwd (void);
AST_ComponentFwd (AST_Interface *dummy,
UTL_ScopedName *n);
virtual ~AST_ComponentFwd (void);
// Cleanup function.
virtual void destroy (void);
// Narrowing.
DEF_NARROW_METHODS1(AST_ComponentFwd, AST_InterfaceFwd);
DEF_NARROW_FROM_DECL(AST_ComponentFwd);
// AST Dumping.
virtual void dump (ACE_OSTREAM_TYPE &);
// Visiting.
virtual int ast_accept (ast_visitor *visitor);
};
#endif // _AST_COMPONENT_FWD_AST_COMPONENT_FWD_HH
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?