|
WSF
|
This is the complete list of members for usmtf::TimePoint, including all inherited members.
| 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 | |
| GetDay() const noexcept | usmtf::TimePoint | |
| GetErrors() const | usmtf::ErrorManager | |
| GetFieldContent() const noexcept | usmtf::FFIRN_Validator | |
| GetHour() const noexcept | usmtf::TimePoint | |
| GetMinute() const noexcept | usmtf::TimePoint | |
| GetMonth() const noexcept | usmtf::TimePoint | |
| GetRawContent() const noexcept | usmtf::FFIRN_Validator | |
| GetStopTimeQualifier() const noexcept | usmtf::TimePoint | |
| GetTimeZone() const noexcept | usmtf::TimePoint | |
| GetYear() const noexcept | usmtf::TimePoint | |
| 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 | |
| IsValidDateTimeGroup() noexcept | usmtf::TimePoint | protected |
| IsValidDay(const std::string &aDay) noexcept | usmtf::TimePoint | protected |
| IsValidDayTime() noexcept | usmtf::TimePoint | protected |
| IsValidDayTimeMonth() noexcept | usmtf::TimePoint | protected |
| IsValidHour(const std::string &aHour) noexcept | usmtf::TimePoint | protected |
| IsValidMinuteOrSecond(const std::string &aUnit) noexcept | usmtf::TimePoint | protected |
| IsValidMonthName(const std::string &aMonth) noexcept | usmtf::TimePoint | protected |
| IsValidStopTimeQualifier() noexcept | usmtf::TimePoint | protected |
| IsValidTimeZone(const std::string &aTimeZone) noexcept | usmtf::TimePoint | protected |
| IsValidYear(const std::string &aYear) noexcept | usmtf::TimePoint | protected |
| LogErrors(std::ostream &aOut) const noexcept | usmtf::ErrorManager | |
| mDay | usmtf::TimePoint | protected |
| mField | usmtf::FFIRN_Validator | protected |
| mHour | usmtf::TimePoint | protected |
| mMinute | usmtf::TimePoint | protected |
| mMonth | usmtf::TimePoint | protected |
| mStopTimeQualifier | usmtf::TimePoint | protected |
| mTimeQualifersAllowed | usmtf::TimePoint | protected |
| mTimeZone | usmtf::TimePoint | protected |
| mYear | usmtf::TimePoint | protected |
| ParseAndValidate(const Field &aField) override | usmtf::TimePoint | virtual |
| SetField(const Field &aField) noexcept | usmtf::FFIRN_Validator | protected |
| SplitOnDelimeter(const std::string &value, const std::string &delimeter) | usmtf::FFIRN_Validator | |
| TimePoint(bool aTimeQualifersAllowed=false) noexcept | usmtf::TimePoint | |
| ValidateByDescriptor(const FFIRN_DescriptorMap &aDescriptorMap) | usmtf::FFIRN_Validator | protected |
| ValidateDayTime(const std::string &aDayTime) noexcept | usmtf::TimePoint | protected |
| ~ErrorManager()=default | usmtf::ErrorManager | virtual |