Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

factory_library.c File Reference


Detailed Description

Implementation of the functions in factory_library.h.

Definition in file factory_library.c.

Include dependency graph for factory_library.c:

Include dependency graph

Go to the source code of this file.

Functions

int flFactoryMethod (factory_method_t fm, factory_library_op_t op, int tag,...)
 Wrapper function that calls a given factory_method_t with the arguments given on the stack.


Function Documentation

int flFactoryMethod factory_method_t  fm,
factory_library_op_t  op,
int  tag,
  ...
 

Wrapper function that calls a given factory_method_t with the arguments given on the stack.

Parameters:
fm The primary library function to pass the request to.
op The sub-operation to execute.
tag The first tag in the tag list.
Returns:
Zero if the operation succeeded, an errno value otherwise.

Definition at line 24 of file factory_library.c.

References FLO_MAX, FLO_MIN, and require.

Referenced by FactoryLibrary_ltdl::Hey(), and scan_file().


Generated on Fri Oct 22 07:50:32 2004 for CPU Broker by  doxygen 1.3.9.1