Public Member Functions
absl::any::ObjInterface Class Reference
Inheritance diagram for absl::any::ObjInterface:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual std::unique_ptr
< ObjInterface
Clone () const =0
virtual const void * ObjTypeId () const noexcept=0
virtual const std::type_info & Type () const noexcept=0
virtual ~ObjInterface ()

Detailed Description

Definition at line 381 of file any.h.


Constructor & Destructor Documentation


Member Function Documentation

virtual std::unique_ptr<ObjInterface> absl::any::ObjInterface::Clone ( ) const [pure virtual]

Implemented in absl::any::Obj< T >.

virtual const void* absl::any::ObjInterface::ObjTypeId ( ) const [pure virtual]

Implemented in absl::any::Obj< T >.

virtual const std::type_info& absl::any::ObjInterface::Type ( ) const [pure virtual]

Implemented in absl::any::Obj< T >.


The documentation for this class was generated from the following file:


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:42:16