bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
Loading...
Searching...
No Matches
bux::I_SnapT< T > Struct Template Referenceabstract

< Parasitic Type More...

#include <SyncLog.h>

Public Member Functions

virtual ~I_SnapT ()=default
 Pointer deletion is hereby granted.
 
virtual T snap ()=0
 Snap the current T value.
 

Detailed Description

template<typename T>
struct bux::I_SnapT< T >

< Parasitic Type

Definition at line 166 of file SyncLog.h.

Constructor & Destructor Documentation

◆ ~I_SnapT()

template<typename T >
virtual bux::I_SnapT< T >::~I_SnapT ( )
virtualdefault

Pointer deletion is hereby granted.

Member Function Documentation

◆ snap()

template<typename T >
virtual T bux::I_SnapT< T >::snap ( )
pure virtual

Snap the current T value.

Implemented in bux::C_PathFmtLogSnap.

Referenced by bux::C_PersistedSnapHolder::stream().

Here is the caller graph for this function:

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