MCPcopy Create free account
hub / github.com/Gecode/gecode / ind

Class ind

test/test.hh:67–73  ·  view source on GitHub ↗

Simple class for describing indentation

Source from the content-addressed store, hash-verified

65
66 /// Simple class for describing indentation
67 class ind {
68 public:
69 /// Which indentation level
70 int l;
71 /// Indent by level \a i
72 ind(int i) : l(i) {}
73 };
74
75 /// How to match
76 enum MatchType {

Callers 15

TestSpaceMethod · 0.85
postMethod · 0.85
failedMethod · 0.85
relMethod · 0.85
pruneMethod · 0.85
runMethod · 0.85
TestSpaceMethod · 0.85
postMethod · 0.85
failedMethod · 0.85
relMethod · 0.85
pruneMethod · 0.85
disabledMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestSpaceMethod · 0.68
TestSpaceMethod · 0.68