MCPcopy Create free account
hub / github.com/PixarAnimationStudios/OpenUSD / value

Method value

pxr/external/boost/python/test/callbacks.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41 void set(int _x) { assert(magic == 7654321); this->x = _x; }
42 int value() const { assert(magic == 7654321); return x; }
43 static int count() { return counter; }
44 private:
45 void operator=(X const&);

Callers 15

RegisterConstantValueMethod · 0.45
_CanTraverseMethod · 0.45
operator+Method · 0.45
operator-Function · 0.45
operators.cppFile · 0.45
operator<Function · 0.45
absFunction · 0.45
powFunction · 0.45
get_fair_valueFunction · 0.45
lookMethod · 0.45
vMethod · 0.45
x_valueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected