Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

ciroucset_wchar_t_ptr_t Class Reference

#import <ciroucset_selection_list_t.h>

Inheritance diagram for ciroucset_wchar_t_ptr_t:

Object List of all members.

Public Member Functions

(id) init
(id) free

Static Public Member Functions

(id) init_with_values:

Public Attributes

wchar_t * p

Detailed Description

Here is a helper class for selection list: an object that just holds one wchar_t pointer. This is because pointerlist_t likes to eat object pointers and not wchar_t pointers.


Member Function Documentation

- (id) free  
 

free allocated mem

- (id) init  
 

default init

+ (id) init_with_values: (wchar_t *)  aPtr  
 

actual init.

Parameters:
aPtr is the pointer stored inside. this class will free(aPtr) when instance of this class is freed. If user does not want aPtr to be freed, user is ok to say instance->p=NULL before calling [ instance free ] as NULL pointer won't get free()d.
Returns:
an id


The documentation for this class was generated from the following file:
Generated on Sun May 15 23:45:24 2005 for kort4 by  doxygen 1.4.2