Ferramentas do usuário

Ferramentas do site


terralib:exemplo1

Diferenças

Aqui você vê as diferenças entre duas revisões dessa página.

Link para esta página de comparações

Ambos lados da revisão anteriorRevisão anterior
Próxima revisão
Revisão anterior
terralib:exemplo1 [2008/04/02 15:57] 150.163.3.123terralib: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_
     /*!      /*! 
-        \param myInt the value to be assigned to myInt_ member+      \param myInt the value to be assigned to myInt_ member
     */     */
     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_
     /*!      /*! 
-        \return returns the value of the myInt_ member+      \return returns the value of the myInt_ member
     */     */
     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
     /*!      /*! 
-        \return returns true if the object is valid, otherwise, return false+      \return returns true if the object is valid, otherwise, return false
     */     */
     const bool& isValid() const;     const bool& isValid() const;
Linha 84: Linha 84:
  
   protected:   protected:
- int myProtectedInt_;+    //! My protected int member 
 +    int myProtectedInt_;
  
   private:   private:
- int myInt_; +    //! My private int member 
- double myDouble_; +    int myInt_; 
- std::string myString_; +    //! My private double member 
- bool valid_; +    double myDouble_; 
- TeClass* myClassPointer_; +    //! My private string member 
 +    std::string myString_; 
 +    //! My private boolen member 
 +    bool valid_; 
 +   //! My private class pointer member 
 +    TeClass* myClassPointer_;
 }; };
  
terralib/exemplo1.1207151826.txt.gz · Última modificação: 2008/04/02 15:57 por 150.163.3.123