Object-oriented Scientific Computing Library: Version 0.910
Public Member Functions | Protected Member Functions | Protected Attributes
comm_option_mfptr< tclass > Class Template Reference

Member function pointer for cli command function.

#include <cli.h>

Inheritance diagram for comm_option_mfptr< tclass >:
comm_option_funct

Detailed Description

template<class tclass>
class comm_option_mfptr< tclass >

Definition at line 96 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 int operator() (std::vector< std::string > &cstr, bool itive_com)
 The basic function called by cli.

Protected Member Functions

 comm_option_mfptr (const comm_option_mfptr &f)
 Copy constructor.
comm_option_mfptroperator= (const comm_option_mfptr &f)
 Copy constructor.

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.

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).

Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads.