WPILibC++  2019.2.1-4-g05d6660
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
frc::Error Member List

This is the complete list of members for frc::Error, including all inherited members.

Clear() (defined in frc::Error)frc::Error
Code typedef (defined in frc::Error)frc::Error
Error()=default (defined in frc::Error)frc::Error
Error(Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber, const ErrorBase *originatingObject) (defined in frc::Error)frc::Error
GetCode() const (defined in frc::Error)frc::Error
GetFilename() const (defined in frc::Error)frc::Error
GetFunction() const (defined in frc::Error)frc::Error
GetLineNumber() const (defined in frc::Error)frc::Error
GetMessage() const (defined in frc::Error)frc::Error
GetOriginatingObject() const (defined in frc::Error)frc::Error
GetTimestamp() const (defined in frc::Error)frc::Error
operator<(const Error &rhs) const (defined in frc::Error)frc::Error
Set(Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber, const ErrorBase *originatingObject) (defined in frc::Error)frc::Error