📄 attributeblock.h
字号:
// AttributeBlock.h: interface for the AttributeBlock class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ATTRIBUTEBLOCK_H__C3C05D71_6534_4594_AD20_00EE166983F9__INCLUDED_)
#define AFX_ATTRIBUTEBLOCK_H__C3C05D71_6534_4594_AD20_00EE166983F9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class AttributeBlock
{
public:
void get_attri_list(char* attri_head, struct table_info* ti);
void add_attri_list(struct table_info* ti,char* attri_head);
AttributeBlock();
virtual ~AttributeBlock();
};
#endif // !defined(AFX_ATTRIBUTEBLOCK_H__C3C05D71_6534_4594_AD20_00EE166983F9__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -