class to handle the format specifier of a DID record. Format is: %[parameter][flags][width][.precision][length]type
More...
#include <record.hpp>
class to handle the format specifier of a DID record. Format is: %[parameter][flags][width][.precision][length]type
◆ FormatSpecifier()
| ifw::core::dit::did::FormatSpecifier::FormatSpecifier |
( |
| ) |
|
|
inline |
◆ ~FormatSpecifier()
| ifw::core::dit::did::FormatSpecifier::~FormatSpecifier |
( |
| ) |
|
|
inline |
◆ DecodeFormat()
| void ifw::core::dit::did::FormatSpecifier::DecodeFormat |
( |
const std::string & | did_format | ) |
|
◆ Reset()
| void ifw::core::dit::did::FormatSpecifier::Reset |
( |
| ) |
|
|
inline |
Method to reset the object (reset the internal members).
◆ m_flags
| std::string ifw::core::dit::did::FormatSpecifier::m_flags |
◆ m_length
| std::string ifw::core::dit::did::FormatSpecifier::m_length |
◆ m_parameter
| std::string ifw::core::dit::did::FormatSpecifier::m_parameter |
◆ m_precision
| int8_t ifw::core::dit::did::FormatSpecifier::m_precision {0} |
◆ m_type
| std::string ifw::core::dit::did::FormatSpecifier::m_type |
◆ m_width
| int8_t ifw::core::dit::did::FormatSpecifier::m_width {0} |
The documentation for this class was generated from the following files: