Skip to content

File member.hh

FileList > ase > member.hh

  • #include <ase/parameter.hh>

Namespaces

Type Name
namespace Ase
The Anklang C++ API namespace.
namespace Lib
Namespace for implementation internals.

Classes

Type Name
struct FunctionTraits< R(Args...)> <typename R, Args>
struct FunctionTraits< R(C::*)(Args...) const > <typename C, typename R, Args>
Match const member function pointer.
struct FunctionTraits< R(C::*)(Args...)> <typename C, typename R, Args>
Match member function pointer.
struct MemberFunctionTraits <Handler>
Member function traits.
class Member <setter, getter>
Implement C++ member field API with a 0-sized class from setter and getter, maybe combined with [[no_unique_address]] .
class Member< accessor, nullptr > <accessor>
Member accessor class based on a single accessor, maybe combined with[[no_unique_address]] .
struct MemberDetails

The documentation for this class was generated from the following file /__w/anklang/anklang/ase/member.hh