FCF 2.0 development in progress...
> > > >
[News] [C++ Libraries API] [C++ Downloads] [Donate to the project] [Contacts]

fcf::SpecificatorInfo class

Type:
class fcf::SpecificatorInfo

Package: fcfBasis

File: bits/PartSpecificator/SpecificatorInfo.hpp

Available from version: 1.0.1

Structure containing information about a specificator operator

Detailed description

This structure stores pointers to functions used to perform the specifier operations, supporting both specialized and generic calling mechanisms.

Properties
void* call
- A pointer to a specialized function that performs the action of the specificator.
fcf::UniversalCall universalCall
- Universal call function wrapper that performs the action of the specificator.