terralib:exemplo1
Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
| Ambos lados da revisão anteriorRevisão anteriorPróxima revisão | Revisão anterior | ||
| terralib:exemplo1 [2008/04/02 15:57] – 150.163.3.123 | terralib:exemplo1 [2008/04/02 15:59] (atual) – 150.163.3.123 | ||
|---|---|---|---|
| Linha 63: | Linha 63: | ||
| //! Set the value of member myInt_ | //! Set the value of member myInt_ | ||
| /*! | /*! | ||
| - | | + | |
| */ | */ | ||
| void setMyInt(const int& myInt); | void setMyInt(const int& myInt); | ||
| Linha 69: | Linha 69: | ||
| //! Get the value of member myInt_ | //! Get the value of member myInt_ | ||
| /*! | /*! | ||
| - | | + | |
| */ | */ | ||
| const int& getMyInt(void) const; | const int& getMyInt(void) const; | ||
| Linha 75: | Linha 75: | ||
| //! Verify if the object is valid | //! Verify if the object is valid | ||
| /*! | /*! | ||
| - | | + | |
| */ | */ | ||
| const bool& isValid() const; | const bool& isValid() const; | ||
| Linha 84: | Linha 84: | ||
| protected: | protected: | ||
| - | int myProtectedInt_; | + | //! My protected int member |
| + | | ||
| private: | private: | ||
| - | int myInt_; | + | //! My private int member |
| - | double myDouble_; | + | |
| - | std:: | + | //! My private double member |
| - | bool valid_; | + | |
| - | TeClass* myClassPointer_; | + | //! My private string member |
| + | | ||
| + | //! My private boolen member | ||
| + | | ||
| + | //! My private class pointer member | ||
| + | | ||
| }; | }; | ||
terralib/exemplo1.1207151826.txt.gz · Última modificação: 2008/04/02 15:57 por 150.163.3.123
