A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/ptb__err__codes_8hpp.html below:

NCBI C++ ToolKit: src/build-system/project_tree_builder/ptb_err_codes.hpp File Reference

Go to the source code of this file.

Go to the SVN repository for this file.

#define  PTB_ERROR(file, msg)    ERR_POST(Error << MDiagFile(file) << ": " << msg)   #define  PTB_ERROR_EX(file, err_code, msg)    ERR_POST(Error << MDiagFile(file) << ErrCode(err_code) << msg)   #define  PTB_WARNING(file, msg)    ERR_POST(Warning << MDiagFile(file) << ": " << msg)   #define  PTB_WARNING_EX(file, err_code, msg)    ERR_POST(Warning << MDiagFile(file) << ErrCode(err_code) << msg)   #define  PTB_INFO(msg)    ERR_POST(Info << MDiagFile(kEmptyStr) << ErrCode(ePTB_NoError) << msg)   #define  PTB_INFO_EX(file, err_code, msg)    ERR_POST(Info << MDiagFile(file) << ErrCode(err_code) << msg)   #define  PTB_TRACE(msg)    _TRACE(Trace << ErrCode(ePTB_NoError) << msg)   #define  PTB_TRACE_EX(file, err_code, msg)    _TRACE(Trace << MDiagFile(file) << ErrCode(err_code) << msg)   enum   EProjectTreeBuilderErrCode {
  ePTB_NoError = -1 , ePTB_Unknown = 0 , ePTB_ConfigurationError , ePTB_FileExcluded ,
  ePTB_FileModified , ePTB_FileNotFound , ePTB_InvalidMakefile , ePTB_MacroInvalid ,
  ePTB_MacroUndefined , ePTB_MissingDependency , ePTB_MissingMakefile , ePTB_PathNotFound ,
  ePTB_ProjectExcluded , ePTB_ProjectNotFound
}   ◆ PTB_ERROR ◆ PTB_ERROR_EX ◆ PTB_INFO ◆ PTB_INFO_EX ◆ PTB_TRACE ◆ PTB_TRACE_EX ◆ PTB_WARNING ◆ PTB_WARNING_EX ◆ EProjectTreeBuilderErrCode Enumerator ePTB_NoError  ePTB_Unknown  ePTB_ConfigurationError  ePTB_FileExcluded  ePTB_FileModified  ePTB_FileNotFound  ePTB_InvalidMakefile  ePTB_MacroInvalid  ePTB_MacroUndefined  ePTB_MissingDependency  ePTB_MissingMakefile  ePTB_PathNotFound  ePTB_ProjectExcluded  ePTB_ProjectNotFound 

Definition at line 40 of file ptb_err_codes.hpp.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4