Detailed Description
template<class T>
 class shogun::CGCArray< T >
Definition at line 28 of file GCArray.h.
List of all members.
Public Member Functions | 
|   | CGCArray (void) | 
|   | CGCArray (int32_t sz) | 
| virtual  | ~CGCArray () | 
| void  | set (T element, int32_t index) | 
| T  | get (int32_t index) | 
| virtual const char *  | get_name () const  | 
Protected Attributes | 
| T *  | array | 
|   | array  
  | 
| int32_t  | size | 
|   | size of array  
  | 
Constructor & Destructor Documentation
default constructor 
Definition at line 32 of file GCArray.h.
 
 
Constructor
- Parameters:
 - 
  
  
 
Definition at line 44 of file GCArray.h.
 
 
Member Function Documentation
read only access operator
- Parameters:
 - 
  
  
 
- Returns:
 - element element 
 
Definition at line 78 of file GCArray.h.
 
 
      
        
          | virtual const char* get_name  | 
          ( | 
          void  | 
           | 
           )  | 
           const [virtual] | 
        
      
 
get the name of the object
- Returns:
 - name of object 
 
Implements CSGObject.
Definition at line 91 of file GCArray.h.
 
 
      
        
          | void set  | 
          ( | 
          T  | 
           element,  | 
        
        
           | 
           | 
          int32_t  | 
           index |   | 
        
        
           | 
          ) | 
           |  |  | 
        
      
 
write access operator
- Parameters:
 - 
  
     | element  | - element to write  | 
     | index  | - index to write to  | 
  
   
Definition at line 64 of file GCArray.h.
 
 
Member Data Documentation
The documentation for this class was generated from the following file: