<< Vector_quotation_method_t |
| Vector >> |
|
This class is used to store information after a Vector_format() or the like has printed some string into a vector.
_Vector_format_info_t | () | |||
Vector_cnt_t | pos | |||
Global_ERWIN_BOOL | quoted |
C++: | Global_ERWIN_BOOL _Vector_format_info_t::quoted |
Whether the last %s in the format string was quoted.
|
C++: | int _Vector_format_info_t::pos |
How many characters from the given string were read by the last %s in the format string.
|
C++: | _Vector_format_info_t::_Vector_format_info_t () |
|
_Vector_format_info_t:: | _Vector_format_info_t | () |