#include <cli.h>
Definition at line 67 of file cli.h.
Public Member Functions | |
comm_option_mfptr (tclass *tp, int(tclass::*fp)(std::vector< std::string > &, bool)) | |
Create from a member function pointer from the specified class. | |
virtual | ~comm_option_mfptr () |
virtual int | operator() (std::vector< std::string > &cstr, bool itive_com) |
The basic function called by cli. | |
Protected Attributes | |
int(tclass::* | fptr )(std::vector< std::string > &cstr, bool itive_com) |
The pointer to the member function. | |
tclass * | tptr |
The pointer to the class. |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page