31 #ifndef SGR_OPTIMIZER_H 32 #define SGR_OPTIMIZER_H 34 #if !defined (USE_FINAL_H) && !defined (COMPILE_FINAL_CUT) 35 #error "Only <final/final.h> can be included directly." 53 static constexpr std::string::size_type ATTR_BUF_SIZE{8192u};
69 static constexpr
auto NOT_SET =
static_cast<std::size_t
>(-1);
73 auto isSGRStart (std::size_t) -> bool;
74 void combineParameter();
75 void handleSGRterminating (
const std::vector<parameter>::const_iterator, std::size_t&
76 , std::size_t, std::size_t );
80 std::vector<parameter> csi_parameter{};
85 #endif // SGR_OPTIMIZER_H Definition: class_template.cpp:25
Definition: sgr_optimizer.h:49