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

Go to the source code of this file.

Macros

#define LOG(to_print)   EMERGENCY_LOG(program_wide_logger().get(), astring(to_print))
 
#define SHOW_SPLIT(str, low, high)
 

Functions

astring show_limits (int min_col, int max_col)
 
 HOOPLE_MAIN (test_splitter,)
 

Macro Definition Documentation

◆ LOG

#define LOG (   to_print)    EMERGENCY_LOG(program_wide_logger().get(), astring(to_print))

Definition at line 32 of file test_splitter.cpp.

◆ SHOW_SPLIT

#define SHOW_SPLIT (   str,
  low,
  high 
)
Value:
string_manipulation::split_lines(str, output, low, high); \
LOG(""); formal(temp)\
LOG(show_limits(low, high)); \
LOG(output + "<<<<"); \
LOG(show_limits(low, high))
#define formal(parameter)
This macro just eats what it's passed; it marks unused formal parameters.
Definition: definitions.h:48
None split_lines(str unsplit_line)
astring show_limits(int min_col, int max_col)

Definition at line 52 of file test_splitter.cpp.

Function Documentation

◆ HOOPLE_MAIN()

HOOPLE_MAIN ( test_splitter  )

◆ show_limits()

astring show_limits ( int  min_col,
int  max_col 
)

Definition at line 42 of file test_splitter.cpp.