MCPcopy Create free account
hub / github.com/Kitware/CMake / transform_error

Class transform_error

Source/cmList.h:871–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869
870 // exception raised on error during transform operations
871 class transform_error : public std::runtime_error
872 {
873 public:
874 transform_error(std::string const& error)
875 : std::runtime_error(error)
876 {
877 }
878 };
879
880 class TransformSelector
881 {

Callers 7

NormalizeIndexMethod · 0.85
ValidateMethod · 0.85
InitializeMethod · 0.85
operator()Method · 0.85
TransformConfigureFunction · 0.85
NewFORMethod · 0.85
NewREGEXMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…