CppClass.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void put(T func)
  2. void put(CppFunc f)
  3. void put(T class_, AccessType accessType)
  4. void put(T member_, AccessType accessType)
    struct CppClass
    @safe @trusted
    void
    put
    (
    T
    )
    (,
    AccessType accessType
    )
    if (
    is(T == TypeKindVariable)
    )
  5. void put(CppInherit inh)

Meta