Eigen::TensorIOFormatNative Struct Reference

#include <TensorIO.h>

+ Inheritance diagram for Eigen::TensorIOFormatNative:

Public Types

using Base = TensorIOFormatBase< TensorIOFormatNative >
 
- Public Types inherited from Eigen::TensorIOFormatBase< TensorIOFormatNative >
using Derived = TensorIOFormatNative
 

Public Member Functions

 TensorIOFormatNative ()
 
- Public Member Functions inherited from Eigen::TensorIOFormatBase< TensorIOFormatNative >
 TensorIOFormatBase (const std::vector< std::string > &separator, const std::vector< std::string > &prefix, const std::vector< std::string > &suffix, int precision=StreamPrecision, int flags=0, const std::string &tenPrefix="", const std::string &tenSuffix="", const char fill=' ')
 
void init_spacer ()
 

Additional Inherited Members

- Public Attributes inherited from Eigen::TensorIOFormatBase< TensorIOFormatNative >
std::string tenPrefix
 
std::string tenSuffix
 
std::vector< std::string > prefix
 
std::vector< std::string > suffix
 
std::vector< std::string > separator
 
char fill
 
int precision
 
int flags
 
std::vector< std::string > spacer
 

Member Typedef Documentation

◆ Base

Constructor & Destructor Documentation

◆ TensorIOFormatNative()

Eigen::TensorIOFormatNative::TensorIOFormatNative ( )
inline
82  : Base(/*separator=*/{", ", ",\n", "\n"}, /*prefix=*/{"", "{"}, /*suffix=*/{"", "}"},
83  /*precision=*/StreamPrecision, /*flags=*/0, /*tenPrefix=*/"{", /*tenSuffix=*/"}") {}
@ StreamPrecision
Definition: IO.h:20
TensorIOFormatBase< TensorIOFormatNative > Base
Definition: TensorIO.h:80

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