| AddError(const ValidationError &aError) noexcept | usmtf::ErrorManager | protected |
| AddError(const std::string &aFailureReason, const std::string &aValueValidatied, const std::string &aOptionalSuggestion="") noexcept | usmtf::ErrorManager | protected |
| AddError(const std::string &aErrorMessage) noexcept | usmtf::ErrorManager | protected |
| AddErrors(const std::vector< ValidationError > &aErrors) noexcept | usmtf::ErrorManager | protected |
| CheckForAnyDelimeter(const std::string &aValue, const std::vector< std::string > &aDelimeters) noexcept | usmtf::FFIRN_Validator | static |
| CheckForAnyDelimeter(const std::string &aValue, const std::vector< std::string > &aDelimeters, std::string &aFoundDelimeter) noexcept | usmtf::FFIRN_Validator | static |
| ClearErrors() noexcept | usmtf::ErrorManager | protected |
| ClearErrorsIfValid(bool aHasAtLeastOnePassed) noexcept | usmtf::FFIRN_Validator | protected |
| FFIRN_DescriptorMap typedef | usmtf::FFIRN_Validator | |
| FFIRN_Func typedef | usmtf::FFIRN_Validator | |
| FFIRN_Validator()=default | usmtf::FFIRN_Validator | |
| GetErrors() const | usmtf::ErrorManager | |
| GetFieldContent() const noexcept | usmtf::FFIRN_Validator | |
| GetFormattedLatLon() const noexcept | usmtf::LatLon | |
| GetFormattedLatLon(const UtLLPos &position) noexcept | usmtf::LatLon | static |
| GetLatDegree() const noexcept | usmtf::LatLon | |
| GetLatHemisphere() const noexcept | usmtf::LatLon | |
| GetLatMinutes() const noexcept | usmtf::LatLon | |
| GetLatSeconds() const noexcept | usmtf::LatLon | |
| GetLocation() const noexcept | usmtf::NamedLocation | |
| GetLonDegree() const noexcept | usmtf::LatLon | |
| GetLonHemisphere() const noexcept | usmtf::LatLon | |
| GetLonMinutes() const noexcept | usmtf::LatLon | |
| GetLonSeconds() const noexcept | usmtf::LatLon | |
| GetRawContent() const noexcept | usmtf::FFIRN_Validator | |
| GetUtLLPos() const noexcept | usmtf::LatLon | |
| HasErrors() const noexcept | usmtf::ErrorManager | |
| IsInRange(T aValue, T aLowerBound, T aUpperBound) noexcept | usmtf::FFIRN_Validator | inlinestatic |
| IsInSelection(const std::string &aValue, const std::vector< std::string > &choices) noexcept | usmtf::FFIRN_Validator | static |
| IsLocationFreeForm() const noexcept | usmtf::NamedLocation | |
| IsStringLength(const std::string &aValue, size_t aLength) noexcept | usmtf::FFIRN_Validator | static |
| IsValid() const noexcept | usmtf::Validatable | |
| IsValidLatLonMinutes() noexcept | usmtf::LatLon | protected |
| IsValidLatLonSeconds() noexcept | usmtf::LatLon | protected |
| IsValidLattitudinalDegree(const std::string &aValue) noexcept | usmtf::LatLon | protected |
| IsValidLattitudinalHemisphere(const std::string &aValue) noexcept | usmtf::LatLon | protected |
| IsValidLongitudinalDegree(const std::string &aValue) noexcept | usmtf::LatLon | protected |
| IsValidLongitudinalHemisphere(const std::string &aValue) noexcept | usmtf::LatLon | protected |
| IsValidMinuteOrSecond(const std::string &aValue) noexcept | usmtf::LatLon | protected |
| LatLon()=default | usmtf::LatLon | |
| LogErrors(std::ostream &aOut) const noexcept | usmtf::ErrorManager | |
| mField | usmtf::FFIRN_Validator | protected |
| mICAOService | usmtf::NamedLocation | protected |
| mIsFreeForm | usmtf::NamedLocation | protected |
| mLatHemisphere | usmtf::LatLon | protected |
| mLatMinutes | usmtf::LatLon | protected |
| mLatSeconds | usmtf::LatLon | protected |
| mLattitudinalDegree | usmtf::LatLon | protected |
| mLocation | usmtf::NamedLocation | protected |
| mLongitudinalDegree | usmtf::LatLon | protected |
| mLonHemisphere | usmtf::LatLon | protected |
| mLonMinutes | usmtf::LatLon | protected |
| mLonSeconds | usmtf::LatLon | protected |
| mUtLLPos | usmtf::LatLon | protected |
| NamedLocation()=default | usmtf::NamedLocation | |
| ParseAndValidate(const Field &aField) override | usmtf::NamedLocation | virtual |
| SetField(const Field &aField) noexcept | usmtf::FFIRN_Validator | protected |
| SetUtLLPos() noexcept | usmtf::LatLon | protected |
| SplitOnDelimeter(const std::string &value, const std::string &delimeter) | usmtf::FFIRN_Validator | |
| ValidateByDescriptor(const FFIRN_DescriptorMap &aDescriptorMap) | usmtf::FFIRN_Validator | protected |
| ~ErrorManager()=default | usmtf::ErrorManager | virtual |