diff options
author | pixel <pixel> | 2004-11-27 21:43:48 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-11-27 21:43:48 +0000 |
commit | 583964f9f8e954eb57b31663065c5b9e833d045e (patch) | |
tree | acec0745ed26454ee1275d3887f7456307669014 /include/GMPString.h | |
parent | 3f7070bf177b743be0eeb8c404a620f72eb15ab6 (diff) |
Large dos2unix commit...
Diffstat (limited to 'include/GMPString.h')
-rw-r--r-- | include/GMPString.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/include/GMPString.h b/include/GMPString.h index 77364bf..d1c7424 100644 --- a/include/GMPString.h +++ b/include/GMPString.h @@ -1,18 +1,18 @@ -#ifndef __GMPSTRING_H__ -#define __GMPSTRING_H__ -#include <gmpxx.h> -#include "BString.h" - -class GMPString : public Base { - public: - GMPString(const GMPString &); - GMPString(const mpz_class &); - GMPString(const mpq_class &); - GMPString(const mpf_class &); - ~GMPString(); - operator String() const; - private: - char * str; -}; - -#endif +#ifndef __GMPSTRING_H__
+#define __GMPSTRING_H__
+#include <gmpxx.h>
+#include "BString.h"
+
+class GMPString : public Base {
+ public:
+ GMPString(const GMPString &);
+ GMPString(const mpz_class &);
+ GMPString(const mpq_class &);
+ GMPString(const mpf_class &);
+ ~GMPString();
+ operator String() const;
+ private:
+ char * str;
+};
+
+#endif
|