timemory 3.3.0
Modular C++ Toolkit for Performance Analysis and Logging. Profiling API and Tools for C, C++, CUDA, Fortran, and Python. The C++ template API is essentially a framework to creating tools: it is designed to provide a unifying interface for recording various performance measurements alongside data logging and interfaces to other tools.
tim::operation::serialization< Tp > Struct Template Reference

#include "timemory/operations/types/serialization.hpp"

+ Collaboration diagram for tim::operation::serialization< Tp >:

Public Types

using type = Tp
 
using base_type = internal::serialization< Tp, is_enabled< Tp >::value >
 
using metadata = typename base_type::metadata
 

Public Member Functions

template<typename... Args>
 serialization (Args &&... args)
 

Detailed Description

template<typename Tp>
struct tim::operation::serialization< Tp >

Definition at line 866 of file serialization.hpp.

Member Typedef Documentation

◆ base_type

template<typename Tp >
using tim::operation::serialization< Tp >::base_type = internal::serialization<Tp, is_enabled<Tp>::value>

Definition at line 869 of file serialization.hpp.

◆ metadata

template<typename Tp >
using tim::operation::serialization< Tp >::metadata = typename base_type::metadata

Definition at line 870 of file serialization.hpp.

◆ type

template<typename Tp >
using tim::operation::serialization< Tp >::type = Tp

Definition at line 868 of file serialization.hpp.

Constructor & Destructor Documentation

◆ serialization()

template<typename Tp >
template<typename... Args>
tim::operation::serialization< Tp >::serialization ( Args &&...  args)
inline

Definition at line 875 of file serialization.hpp.

876 : base_type{ std::forward<Args>(args)... }
877 {}
internal::serialization< Tp, is_enabled< Tp >::value > base_type

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