MCPcopy Create free account
hub / github.com/Singular/Singular / create

Method create

factory/parseutil.cc:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77{
78public:
79 static PUtilBase * create( ) { return new PUtilInt( 0 ); }
80 static PUtilBase * create( int val ) { return new PUtilInt( val ); }
81 static PUtilBase * create( const CanonicalForm & cf ) { return new PUtilCF( cf ); }
82 static PUtilBase * create( const Variable & v ) { return new PUtilVar( v ); }

Callers

nothing calls this directly

Calls 1

CanonicalFormClass · 0.70

Tested by

no test coverage detected