# | Line 13 | Line 13 | class MoleculeStamp{ (public) | |
---|---|---|
13 | MoleculeStamp(); | |
14 | ~MoleculeStamp(); | |
15 | ||
16 | < | void assignString( char* lhs, char* rhs ); |
17 | < | void assignDouble( char* lhs, double rhs ); |
18 | < | void assignInt( char* lhs, int rhs ); |
16 | > | int assignString( char* lhs, char* rhs ); |
17 | > | int assignDouble( char* lhs, double rhs ); |
18 | > | int assignInt( char* lhs, int rhs ); |
19 | char* checkMe( void ); | |
20 | ||
21 | char* addAtom( AtomStamp* the_atom, int atomIndex ); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |