quadEM  7-0
Classes | Typedefs
functAttribute.h File Reference
#include <stdio.h>
#include "NDAttribute.h"

Go to the source code of this file.

Classes

class  functAttribute
 Attribute that gets its value from a user-defined function The updateValue() method for this class retrieves the current value from the function. More...
 

Typedefs

typedef int(* NDAttributeFunction )(const char *functParam, void **functionPvt, class functAttribute *pAttribute)
 

Typedef Documentation

typedef int(* NDAttributeFunction)(const char *functParam, void **functionPvt, class functAttribute *pAttribute)