Help for this page

Select Code to Download


  1. or download this
    class SomeObject {
      public:
    ...
      void set_valueA(int value);
    // etc...
    }
    
  2. or download this
    int
    SomeObject::get_valueA()
    
    void
    SomeObject::set_valueA(int value)