Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros | Functions | Variables
afw_vfs_adaptor_factory.c File Reference

Implementation of afw_adaptor_factory interface for afw_vfs. More...

#include "afw.h"
#include "afw_adaptor_impl.h"
#include "afw_vfs_adaptor_internal.h"
#include "afw_adaptor_factory_impl_declares.h"

Go to the source code of this file.

Macros

#define AFW_IMPLEMENTATION_ID   "vfs"
 

Functions

const afw_adaptor_timpl_afw_adaptor_factory_create_adaptor_cede_p (const afw_adaptor_factory_t *instance, const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx)
 

Variables

const afw_adaptor_factory_t afw_vfs_adaptor_factory_vfs
 

Detailed Description

Implementation of afw_adaptor_factory interface for afw_vfs.

Definition in file afw_vfs_adaptor_factory.c.

Variable Documentation

◆ afw_vfs_adaptor_factory_vfs

const afw_adaptor_factory_t afw_vfs_adaptor_factory_vfs
Initial value:
=
{
&impl_afw_adaptor_factory_inf,
&impl_factory_description
}
#define AFW_UTF8_LITERAL(A_STRING)
String literal initializer.
Definition: afw_common.h:582

Definition at line 31 of file afw_vfs_adaptor_factory.c.