be_sunsoft.h
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C头文件 代码 · 共 50 行
H
50 行
/* -*- c++ -*- */
// be_sunsoft.h,v 1.4 1999/07/13 17:23:49 coryan Exp
// ============================================================================
//
// = LIBRARY
// TAO IDL
//
// = FILENAME
// be_sunsoft.h
//
// = DESCRIPTION
// SunSoft specific backend output generation
//
// = AUTHOR
// Aniruddha Gokhale
//
// ============================================================================
#ifndef TAO_BE_HELPER_H
#define TAO_BE_HELPER_H
#include "be_helper.h"
class TAO_SunSoft_OutStream : public TAO_OutStream
{
// =TITLE
// TAO_SunSoft_OutStream
// =DESCRIPTION
// Backend specific to SunSoft AST nodes
public:
TAO_SunSoft_OutStream (void);
// constructor
~TAO_SunSoft_OutStream (void);
// destuctor
virtual TAO_OutStream &print (Identifier *id);
// output the SunSoft IDL Identifier Node
virtual TAO_OutStream &print (UTL_IdList *idl);
// output the SunSoft IDL UTL_IdList Node which is usually used to maintain a
// scoped name
virtual TAO_OutStream &print (AST_Expression *expr);
// output the contents of the AST_Expression node
};
#endif // if !defined
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?