CppClass.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void put(T func)
    struct CppClass
    void
    put
    (
    T
    )
    ()
    if (
    is(Unqual!T == CppMethod) ||
    is(Unqual!T == CppCtor)
    ||
    is(Unqual!T == CppDtor)
    ||
    is(Unqual!T == CppMethodOp)
    )
  2. void put(CppFunc f)
  3. void put(T class_, AccessType accessType)
  4. void put(T member_, AccessType accessType)
  5. void put(CppInherit inh)

Meta