MCPcopy Create free account
hub / github.com/ImageEngine/cortex / PathMatcher

Function PathMatcher

include/IECore/PathMatcher.h:73–73  ·  view source on GitHub ↗

We use lazy-copy-on-write so that copies are cheap until edited. This means we can use default copy and assignment

Source from the content-addressed store, hash-verified

71 /// We use lazy-copy-on-write so that copies are cheap until edited.
72 /// This means we can use default copy and assignment
73 PathMatcher( const PathMatcher &other ) = default;
74 PathMatcher& operator= ( const PathMatcher &other ) = default;
75 ~PathMatcher() = default;
76

Callers 7

recursiveSetFunction · 0.85
readSetInternalFunction · 0.85
readSetMethod · 0.85
readSetMethod · 0.85
bindPathMatcherMethod · 0.85
intersectionMethod · 0.85
subTreeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected