AutoFree Class Reference

Public Member Functions

 AutoFree ()
 
 AutoFree (char *p)
 
 ~AutoFree ()
 
AutoFreeoperator= (char *p)
 
 operator char * () const
 
int operator== (char *p)
 

Private Attributes

char * value
 

Detailed Description

Definition at line 5429 of file unix/rexxutil.cpp.

Constructor & Destructor Documentation

◆ AutoFree() [1/2]

AutoFree::AutoFree ( )
inline

Definition at line 5432 of file unix/rexxutil.cpp.

◆ AutoFree() [2/2]

AutoFree::AutoFree ( char *  p)
inline

Definition at line 5433 of file unix/rexxutil.cpp.

◆ ~AutoFree()

AutoFree::~AutoFree ( )
inline

Definition at line 5434 of file unix/rexxutil.cpp.

References value.

Member Function Documentation

◆ operator char *()

AutoFree::operator char * ( ) const
inline

Definition at line 5436 of file unix/rexxutil.cpp.

References value.

◆ operator=()

AutoFree& AutoFree::operator= ( char *  p)
inline

Definition at line 5435 of file unix/rexxutil.cpp.

References value.

◆ operator==()

int AutoFree::operator== ( char *  p)
inline

Definition at line 5437 of file unix/rexxutil.cpp.

References value.

Member Data Documentation

◆ value

char* AutoFree::value
private

Definition at line 5439 of file unix/rexxutil.cpp.

Referenced by operator char *(), operator=(), operator==(), and ~AutoFree().


The documentation for this class was generated from the following file: