Program Listing for File breakpoints.h¶
↰ Return to documentation for file (common/maplab-common/include/maplab-common/breakpoints.h
)
#ifndef MAPLAB_COMMON_BREAKPOINTS_H_
#define MAPLAB_COMMON_BREAKPOINTS_H_
#include <string>
namespace breakpoints {
void BreakpointWithLevel(std::string message, int32_t level);
void BreakpointUnconditional(std::string message);
} // namespace breakpoints
#endif // MAPLAB_COMMON_BREAKPOINTS_H_