qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Public Member Functions | List of all members
ICoreExtPacketAllocator Class Referenceabstract

#include <icoreextpacket.h>

Inheritance diagram for ICoreExtPacketAllocator:
Inheritance graph
Collaboration diagram for ICoreExtPacketAllocator:
Collaboration graph

Public Member Functions

virtual ~ICoreExtPacketAllocator ()
 
virtual std::unique_ptr< ICoreExtPacketgetPacket (uint32_t friendId)=0
 Gets a new packet builder for friend with core friend id friendId. More...
 

Detailed Description

Provider of toxext packets

Definition at line 63 of file icoreextpacket.h.

Constructor & Destructor Documentation

◆ ~ICoreExtPacketAllocator()

ICoreExtPacketAllocator::~ICoreExtPacketAllocator ( )
virtualdefault

Member Function Documentation

◆ getPacket()

virtual std::unique_ptr<ICoreExtPacket> ICoreExtPacketAllocator::getPacket ( uint32_t  friendId)
pure virtual

Gets a new packet builder for friend with core friend id friendId.

Implemented in CoreExt.

Here is the caller graph for this function:

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