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::policy::input_archive< cereal::PrettyJSONOutputArchive, Api > Struct Template Reference

#include "timemory/mpl/policy.hpp"

+ Collaboration diagram for tim::policy::input_archive< cereal::PrettyJSONOutputArchive, Api >:

Public Types

using type = cereal::JSONInputArchive
 
using pointer = std::shared_ptr< type >
 

Static Public Member Functions

static pointer get (std::istream &is)
 

Detailed Description

template<typename Api>
struct tim::policy::input_archive< cereal::PrettyJSONOutputArchive, Api >

Definition at line 113 of file policy.hpp.

Member Typedef Documentation

◆ pointer

template<typename Api >
using tim::policy::input_archive< cereal::PrettyJSONOutputArchive, Api >::pointer = std::shared_ptr<type>

Definition at line 116 of file policy.hpp.

◆ type

template<typename Api >
using tim::policy::input_archive< cereal::PrettyJSONOutputArchive, Api >::type = cereal::JSONInputArchive

Definition at line 115 of file policy.hpp.

Member Function Documentation

◆ get()

template<typename Api >
static pointer tim::policy::input_archive< cereal::PrettyJSONOutputArchive, Api >::get ( std::istream &  is)
inlinestatic

Definition at line 118 of file policy.hpp.

118{ return std::make_shared<type>(is); }

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