feisty meow concerns codebase  2.140
bundle_creator.cpp File Reference
Include dependency graph for bundle_creator.cpp:

Go to the source code of this file.

Macros

#define BASE_LOG(to_print)   program_wide_logger::get().log(to_print, ALWAYS_PRINT)
 
#define LOG(to_print)   CLASS_EMERGENCY_LOG(program_wide_logger::get(), to_print)
 
#define FAIL_RETURN(retval, where)
 
#define BAIL(retval)
 

Functions

bool true_value (const astring &value)
 

Variables

const int CHUNKING_SIZE = 256 * KILOBYTE
 
const astring SUBVERSION_FOLDER = ".svn"
 

Macro Definition Documentation

◆ BAIL

#define BAIL (   retval)
Value:
final_return = retval; \
toc.zap_index(i); \
_manifest_list.zap(i, i); \
i--; \
continue

◆ BASE_LOG

#define BASE_LOG (   to_print)    program_wide_logger::get().log(to_print, ALWAYS_PRINT)

Definition at line 69 of file bundle_creator.cpp.

◆ FAIL_RETURN

#define FAIL_RETURN (   retval,
  where 
)
Value:
{ \
LOG(astring("failure in ") + where + a_sprintf(", exit=%d", retval)); \
return retval; \
}
a_sprintf is a specialization of astring that provides printf style support.
Definition: astring.h:440
Provides a dynamically resizable ASCII character string.
Definition: astring.h:35

Definition at line 76 of file bundle_creator.cpp.

◆ LOG

#define LOG (   to_print)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), to_print)

Definition at line 70 of file bundle_creator.cpp.

Function Documentation

◆ true_value()

bool true_value ( const astring value)

Definition at line 83 of file bundle_creator.cpp.

References basis::astring::equal_to().

Variable Documentation

◆ CHUNKING_SIZE

const int CHUNKING_SIZE = 256 * KILOBYTE

Definition at line 63 of file bundle_creator.cpp.

◆ SUBVERSION_FOLDER

const astring SUBVERSION_FOLDER = ".svn"

Definition at line 66 of file bundle_creator.cpp.