Changeset 16105c in git for factory/cf_factory.h
- Timestamp:
- Nov 5, 2001, 6:11:11 PM (22 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 64eab4b23570b354e7a397b76509eefccddf3919
- Parents:
- 8b873642b1c601aac047738450774809b7ac05dc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_factory.h
r8b87364 r16105c 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_factory.h,v 1. 2 1997-06-19 12:27:11 schmidtExp $ */2 /* $Id: cf_factory.h,v 1.3 2001-11-05 17:07:12 Singular Exp $ */ 3 3 4 4 #ifndef INCL_CF_FACTORY_H … … 25 25 static InternalCF * basic ( int type, int value ); 26 26 static InternalCF * basic ( const char * str ); 27 static InternalCF * basic ( int type, const char * str );27 static InternalCF * basic ( int type, const char * const str ); 28 28 static InternalCF * basic ( int type, int value, bool nonimm ); 29 29 static InternalCF * basic ( const MP_INT & num );
Note: See TracChangeset
for help on using the changeset viewer.