![]() |
Public API Reference |
![]() |
This class represents a single plugin request for csInitializer::RequestPlugins(). More...
#include <cstool/initapp.h>
This class represents a single plugin request for csInitializer::RequestPlugins().
As a shortcut, rather than constructing a csPluginRequest with individual arguments, you can use CS_REQUEST_PLUGIN() or one of its derivatives, such as CS_REQUEST_VFS. For example:
csPluginRequest r1(CS_REQUEST_VFS); csPluginRequest r2(CS_REQUEST_PLUGIN("myproj.foobar",iFoobar));