xentara-plugin v2.0.4
The Xentara Plugin Framework
Loading...
Searching...
No Matches
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 12345]
 Nxentara [external]
 Nconfig
 CContextA context used when loading skill elements
 CCustomResolverA resolver for resolving custom cross references during loading
 CResolverdeprecated An object used to resolve cross references in a configuration
 CWithoutLocationTagType used to specify that a resolver key is not associated with a location in any JSON document
 RReferenceResolvableA concept describing resolvable objects that are resolved by reference
 RCopyResolvableA concept describing resolvable objects that are resolved as copies
 Ndata
 CDataTypeA custom type
 CFixedValueA helper class that allows constructing read handles that return fixed values
 CReadHandleA handle for reading a data value
 CWriteHandleA handle for writing a data value
 Nio
 CComponentdeprecated Deprecated base class for I/O component elements
 CComponentClassdeprecated Deprecated alias for skill::Element::Class
 CDriverdeprecated Deprecated base class for I/O skills
 CIodeprecated Deprecated base class for skill data point elements
 CIoBatchdeprecated Deprecated base class for I/O batch elements
 CIoBatchClassdeprecated Deprecated alias for skill::Element::Class
 CIoClassdeprecated Deprecated alias for skill::Element::Class
 Nmemory
 NmemoryResources
 CArrayA helper class used to describe structure of memory containing a heterogeneous array
 CArrayAccessorA class used to access the elements of an array
 CBitAn empty placeholder class used as structure of memory containing a single bit
 CBitFieldAn empty placeholder class used as structure of memory containing an unsigned integer bit field
 CConstArrayAccessorA class used to access the elements of an array as const
 CCopyOldValuesTagType used to specify that a write sentinel should copy the old values
 CInitializerA sentinel used for the initialization of memory in a memory resource
 CInitializer< Array >An accessor used for the initialization of memory containing a heterogenious array
 CInitializer< Object< Type > >An accessor used for the initialization of memory containing a single C++ object
 CInitializer< RawMemory >An accessor used for the initialization raw memory
 CMemoryBlockA memory block within a memory resource
 CMemoryBlock< Array >A memory block containing an array of elements
 CMemoryBlock< Object< Type > >A memory block containing a single C++ object
 CMemoryBlock< RawMemory >A raw memory block
 CMemoryHandleA handle to memory located in a memory resource
 CMemoryHandle< Bit >A handle to a single bit of a byte located in a memory resource
 CMemoryHandle< BitField< Type > >A handle to a bit field object located in a memory resource
 CMemoryHandle< Object< Type > >A handle to a single C++ value object located in a memory resource
 CMemoryHandle< RawMemory >A handle to raw data located in a memory resource
 CMemoryResourceA concept used for classes that can be used as memory resources
 CObjectAn empty placeholder class used as structure of memory containing a single C++ object
 CRawMemoryAn empty placeholder class used the structure of memory containing raw data
 CReadSentinelA sentinel that protects read access to memory in a memory resource
 CReadSentinel< Array >A sentinel that protects read access to memory containing a heterogenious array
 CReadSentinel< Bit >A sentinel that protects read access to memory containing a bit field
 CReadSentinel< BitField< Type > >A sentinel that protects read access to memory containing a bit field
 CReadSentinel< Object< Type > >A sentinel that protects read access to memory containing a single C++ object
 CReadSentinel< RawMemory >A sentinel that protects read access to a raw memory
 CWriteSentinelA sentinel that protects write access to memory in a memory resource
 CWriteSentinel< Array >A sentinel that protects write access to memory containing a heterogenious array
 CWriteSentinel< Object< Type > >A sentinel that protects write access to memory containing a single C++ object
 CWriteSentinel< RawMemory >A sentinel that protects write access to raw memory
 RObjectTypeA concept describing specializations of Object
 RBitFieldTypeA concept describing specializations of BitField
 RMemoryBlockTypeA concept describing raw memory blocks
 RObjectBlockTypeA concept describing memory blocks containing a single C++ object
 RArrayBlockTypeA concept describing memory blocks containing an array of elements
 Nmodel
 CAttributeA Xentara attribute
 CElementA generic element within a Xentara model
 CElementAttributeA reference to an attribute of a specific Xentara element
 CForEachAttributeFunctionA function object used to iterate over all the attributes of an element
 CForEachEventFunctionA function object used to iterate over all the events of an element
 CForEachTaskFunctionA function object used to iterate over all the tasks of an element
 Nplugin
 CPlugindeprecated Deprecated base class for deprecated Xentara plugin objects
 Nprocess
 CCollatedEventHandlerAn event handler that only gets called once for all events belonging to a single operation
 CEventA free-standing event provided by an element
 CEventHandlerA handler that can be attached to an event
 CExecutionContextAn execution context for executing a task
 CExtendedEventA reference to an event published by a Xentara element, including change events for attributes
 CMicroservicedeprecated Deprecated base class for microservice elements
 CMicroserviceClassdeprecated Deprecated alias for skill::Element::Class
 CServiceProviderdeprecated Deprecated base class for non-I/O skills
 CStageAgnosticTaskA task that calls operational() for all stages
 CTaskA task that needs to performed by a plugin
 CTimerScheduleScheduling information for a timer
 CUnpreparedTagType used to specify that an extended event still needs to be prepared
 Nsecurity
 CAuthorizationA authorization that contains the entitlements of an authenticated user
 CCertificateAuthenticatorAn authenticator that uses a user certificates
 CCertificatePathsPaths to the files containing a TLS certificate and the associated private key
 CContextA security context
 CEntitlementAn entitlement that can be used to restrict access to a protected resource
 CHttpAuthenticatorAn authenticator for authenticating HTTP requests
 CHttpConfigServer-side authentication configuration for an HTTP based service
 CNoFieldNameTagType used to select overloads of HttpAuthenticator that to not include the header field name
 COauth2AuthenticatorAn authenticator that uses OAuth 2.0 compatible JSON web tokens
 COauth2ScopeAn OAuth 2.0 scope, consisting of a list of scope strings
 CPasswordAuthenticatorAn authenticator that uses user name and password
 Nskill
 CDataPointBase class for data points provided by a Xentara skill
 CElementBase class for elements provided by a Xentara skill
 CElementFactoryA factory for creating skill elements
 CEnableSharedFromThisA mixin class that enables getting a shared pointer from the this pointer
 CSkillA Xentara skill