comparison src/pt-id.h @ 3523:b80bbb43a1a9

[project @ 2000-02-02 10:25:52 by jwe]
author jwe
date Wed, 02 Feb 2000 10:26:25 +0000
parents d14c483b3c12
children f9ea3dcf58ee
comparison
equal deleted inserted replaced
3522:bd422cf62f0c 3523:b80bbb43a1a9
57 ~tree_identifier (void) { } 57 ~tree_identifier (void) { }
58 58
59 bool is_identifier (void) const 59 bool is_identifier (void) const
60 { return true; } 60 { return true; }
61 61
62 string name (void) const; 62 std::string name (void) const;
63 63
64 tree_identifier *define (octave_function *f, unsigned int sym_type); 64 tree_identifier *define (octave_function *f, unsigned int sym_type);
65 65
66 void document (const string& s); 66 void document (const std::string& s);
67 67
68 bool is_defined (void); 68 bool is_defined (void);
69 69
70 bool is_function (void); 70 bool is_function (void);
71 71