2005/5/9

     
 

class FunctionSignature

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::lang::dmi::FunctionSignature Class Reference

#include <ClazzInfo.h>

List of all members.


Detailed Description

for query functions in acdk::lang::Class a minimal definition of a method signature.

API: ACDK

See also:
ClazzMethodInfo
Author:
Roger Rene Kommer
Version:
Revision
1.61
Date:
Date
2005/04/18 14:22:27


Public Attributes

const char * functionname
 the name of the function/method

int size
 number of arguments in args

const ClazzInfo ** args
 array of argument types


Member Data Documentation

const ClazzInfo** acdk::lang::dmi::FunctionSignature::args
 

array of argument types

const char* acdk::lang::dmi::FunctionSignature::functionname
 

the name of the function/method

int acdk::lang::dmi::FunctionSignature::size
 

number of arguments in args