PcapPlusPlus  Next
PointerVector.h File Reference
#include <cstddef>
#include <stdio.h>
#include <stdint.h>
#include <stdexcept>
#include <vector>
#include <memory>
#include <type_traits>
#include "DeprecationUtils.h"

Go to the source code of this file.

Classes

struct  pcpp::internal::Copier< T, Enable >
 A helper struct to facilitate the creation of a copy of an object. More...
 
struct  pcpp::internal::Copier< T, typename std::enable_if< std::is_polymorphic< T >::value >::type >
 A specialization of Copier to facilitate the safe copying of polymorphic objects via clone() method. More...
 
class  pcpp::PointerVector< T >
 

Namespaces

 pcpp
 The main namespace for the PcapPlusPlus lib.