5 #ifndef VIL_NITF2_FIELD_FORMATTER_H 6 #define VIL_NITF2_FIELD_FORMATTER_H 12 # include <vcl_msvc_warnings.h> 81 static bool read_c_str(std::istream& input,
int length,
82 char*& out_cstr,
bool& all_blank);
84 static std::string
read_string(std::istream& input,
int length);
90 static bool check_sign(
const char* cstr,
bool show_sign);
97 #endif // VIL_NITF2_FIELD_FORMATTER_H
Stream interface for VIL image loaders.
Abstract class for array fields, i.e., fields that occur within a repeat loop.