| 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 |
| c000to180 | usmtf::RegexValidator | static |
| c000to359 | usmtf::RegexValidator | static |
| c000to99999 | usmtf::RegexValidator | static |
| c00to59 | usmtf::RegexValidator | static |
| c00to59dec000to999 | usmtf::RegexValidator | static |
| c00to59dec0to9 | usmtf::RegexValidator | static |
| c00to90 | usmtf::RegexValidator | static |
| c01to60 | usmtf::RegexValidator | static |
| c0to9 | usmtf::RegexValidator | static |
| c0to999 | usmtf::RegexValidator | static |
| c1to999 | usmtf::RegexValidator | static |
| cAny | usmtf::RegexValidator | static |
| cAtoZ | usmtf::RegexValidator | static |
| cEnd | usmtf::RegexValidator | static |
| cEorW | usmtf::RegexValidator | static |
| 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 |
| cHyphenDelimeter | usmtf::RegexValidator | static |
| ClearErrors() noexcept | usmtf::ErrorManager | protected |
| ClearErrorsIfValid(bool aHasAtLeastOnePassed) noexcept | usmtf::FFIRN_Validator | protected |
| cNorS | usmtf::RegexValidator | static |
| ConvertToLLPos() const noexcept | usmtf::UTM_Location | protected |
| cSpace | usmtf::RegexValidator | static |
| cStart | usmtf::RegexValidator | static |
| FFIRN_DescriptorMap typedef | usmtf::FFIRN_Validator | |
| FFIRN_Func typedef | usmtf::FFIRN_Validator | |
| FFIRN_Validator()=default | usmtf::FFIRN_Validator | |
| GetEasting() const noexcept | usmtf::UTM_Location | |
| GetEastingInMeters() const noexcept | usmtf::UTM_Location | |
| GetErrors() const | usmtf::ErrorManager | |
| GetFieldContent() const noexcept | usmtf::FFIRN_Validator | |
| GetFormattedLocation() const noexcept | usmtf::UTM_Location | |
| GetNorthing() const noexcept | usmtf::UTM_Location | |
| GetNorthingInMeters() const noexcept | usmtf::UTM_Location | |
| GetRawContent() const noexcept | usmtf::FFIRN_Validator | |
| GetSquareColumn() const noexcept | usmtf::UTM_Location | |
| GetSquareRow() const noexcept | usmtf::UTM_Location | |
| GetZoneColumn() const noexcept | usmtf::UTM_Location | |
| GetZoneRow() const noexcept | usmtf::UTM_Location | |
| 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 |
| IsStringLength(const std::string &aValue, size_t aLength) noexcept | usmtf::FFIRN_Validator | static |
| IsValid() const noexcept | usmtf::Validatable | |
| LogErrors(std::ostream &aOut) const noexcept | usmtf::ErrorManager | |
| mEasting | usmtf::UTM_Location | protected |
| mErrorMessage | usmtf::RegexValidator | protected |
| mField | usmtf::FFIRN_Validator | protected |
| mMatchResults | usmtf::RegexValidator | protected |
| mNorthing | usmtf::UTM_Location | protected |
| mRegexExpression | usmtf::RegexValidator | protected |
| mRegexString | usmtf::RegexValidator | protected |
| mSquareColumn | usmtf::UTM_Location | protected |
| mSquareRow | usmtf::UTM_Location | protected |
| mZoneColumn | usmtf::UTM_Location | protected |
| mZoneRow | usmtf::UTM_Location | protected |
| ParseAndValidate(const Field &aField) override | usmtf::UTM_Location | virtual |
| RegexValidator()=default | usmtf::RegexValidator | |
| SetErrorMessage(const std::string &aMessage) | usmtf::RegexValidator | |
| SetField(const Field &aField) noexcept | usmtf::FFIRN_Validator | protected |
| SetRegexExpression(const std::string &aExpression) | usmtf::RegexValidator | |
| SplitOnDelimeter(const std::string &value, const std::string &delimeter) | usmtf::FFIRN_Validator | |
| UTM_Location() | usmtf::UTM_Location | |
| ValidateByDescriptor(const FFIRN_DescriptorMap &aDescriptorMap) | usmtf::FFIRN_Validator | protected |
| ~ErrorManager()=default | usmtf::ErrorManager | virtual |