Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::ssmf_internal::Ptr< T > Class Template Reference

Detailed Description

template<typename T>
class operations_research::ssmf_internal::Ptr< T >

Definition at line 317 of file space_saving_most_frequent.h.

#include <space_saving_most_frequent.h>

Public Member Functions

 Ptr (const Ptr &)=delete
 Ptr (Ptr &&other)
 ~Ptr ()
T *absl_nonnull operator-> () const
T & operator* () const

Friends

class BoundedAllocator< T >
class DoubleLinkedList< T >

Constructor & Destructor Documentation

◆ Ptr() [1/2]

template<typename T>
operations_research::ssmf_internal::Ptr< T >::Ptr ( const Ptr< T > & )
delete

◆ Ptr() [2/2]

template<typename T>
operations_research::ssmf_internal::Ptr< T >::Ptr ( Ptr< T > && other)
inline

Definition at line 335 of file space_saving_most_frequent.h.

◆ ~Ptr()

template<typename T>
operations_research::ssmf_internal::Ptr< T >::~Ptr ( )
inline

Definition at line 336 of file space_saving_most_frequent.h.

Member Function Documentation

◆ operator*()

template<typename T>
T & operations_research::ssmf_internal::Ptr< T >::operator* ( ) const
inline

Definition at line 338 of file space_saving_most_frequent.h.

◆ operator->()

template<typename T>
T *absl_nonnull operations_research::ssmf_internal::Ptr< T >::operator-> ( ) const
inline

Definition at line 337 of file space_saving_most_frequent.h.

◆ BoundedAllocator< T >

template<typename T>
friend class BoundedAllocator< T >
friend

Definition at line 338 of file space_saving_most_frequent.h.

◆ DoubleLinkedList< T >

template<typename T>
friend class DoubleLinkedList< T >
friend

Definition at line 338 of file space_saving_most_frequent.h.


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