📄 toverrideoverflow.h
字号:
/* Copyright (c) 2003, Nokia. All rights reserved */
#ifndef __TOVERRIDEOVERFLOW_H__
#define __TOVERRIDEOVERFLOW_H__
/**
* TOverrideOverFlow class.
* This class is used as argument in AppendFormat calls
* to suppress the panic that would be generated if the
* resulting text would exceed the descriptors maximum length.
*
*/
class TOverrideOverFlow : public TDesOverflow
{
public:
inline void Overflow( TDes& /*aDes*/ ) { return; }
};
#endif // __TOVERRIDEOVERFLOW_H__
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -