|  | 
|  | puntero (N *const p) | 
|  | 
|  | puntero (const puntero< N > &otro) | 
|  | 
| puntero< N > & | operator= (N *const p) | 
|  | 
| puntero< N > & | operator= (const puntero< N > &otro) | 
|  | 
| bool | nulo (void) const | 
|  | 
| N & | operator* (void) const | 
|  | 
|  | operator const N * (void) const | 
|  | 
|  | operator N*const (void) const | 
|  | 
|  | operator N* (void) | 
|  | 
|  | operator const bool (void) const | 
|  | 
| void | put (N *const p) | 
|  | 
| N * | operator-> (void) | 
|  | 
| const N * | operator-> (void) const | 
|  | 
| N * | get_ptr (void) const | 
|  | 
| N *const | get_const_ptr (void) const | 
|  | 
| bool | operator== (const puntero< N > &p2) const | 
|  | 
| bool | operator== (const N *const p2) const | 
|  | 
| bool | operator!= (const N *const p2) const | 
|  | 
|  | 
| bool | operator== (const N *const p1, const puntero< N > &p2) | 
|  | 
| bool | operator!= (const N *const p1, const puntero< N > &p2) | 
|  | 
The documentation for this class was generated from the following file: