📄 ngsortableoblist.h.txt
字号:
--- Module: c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h
class NGLIB_EXT_CLASS CNGSortableObList : public CObList
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(8): error 129: (Error -- declaration expected, identifier 'class' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(8): error 129: (Error -- declaration expected, identifier 'NGLIB_EXT_CLASS' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(8): error 129: (Error -- declaration expected, identifier 'CNGSortableObList' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(8): error 10: (Error -- Expecting identifier or other declarator)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(8): error 129: (Error -- declaration expected, identifier 'public' ignored)
{
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(9): error 129: (Error -- declaration expected, identifier 'CObList' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(9): error 10: (Error -- Expecting identifier or other declarator)
template< class TYPE >
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(18): error 40: (Error -- Undeclared identifier 'template')
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(18): error 129: (Error -- declaration expected, identifier '__created' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(18): error 10: (Error -- Expecting *)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(18): error 129: (Error -- declaration expected, identifier 'class' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(18): error 129: (Error -- declaration expected, identifier 'TYPE' ignored)
class CNGTypedSortableObList : public CNGSortableObList
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(19): error 129: (Error -- declaration expected, identifier 'class' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(19): error 129: (Error -- declaration expected, identifier 'CNGTypedSortableObList' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(19): error 129: (Error -- declaration expected, identifier 'public' ignored)
{
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(20): error 129: (Error -- declaration expected, identifier 'CNGSortableObList' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(20): error 10: (Error -- Expecting identifier or other declarator)
#endif __NGSortableObList_H__
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(89): error 544: (Warning -- endif or else not followed by EOL)
--- Wrap-up for Module: c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(3): error 750: (Info -- local macro '__NGSortableObList_H__' (line 3, file c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h) not referenced)
--- Global Wrap-up
error 900: (Note -- Successful completion, 19 messages produced)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -