List of all members | Public Member Functions | Public Attributes
Separator2D< T > Struct Template Reference

#include <Util.h>

Public Member Functions

 Separator2D (const std::vector< T > &v, const char *const sep1, const char *const sep2)
 

Public Attributes

const char *const fSep1
 
const char *const fSep2
 
const std::vector< T > & fVec
 

Detailed Description

template<typename T>
struct Separator2D< T >

Definition at line 32 of file Util.h.

Constructor & Destructor Documentation

template<typename T>
Separator2D< T >::Separator2D ( const std::vector< T > &  v,
const char *const  sep1,
const char *const  sep2 
)
inline

Definition at line 33 of file Util.h.

Member Data Documentation

template<typename T>
const char* const Separator2D< T >::fSep1

Definition at line 36 of file Util.h.

template<typename T>
const char* const Separator2D< T >::fSep2

Definition at line 37 of file Util.h.

template<typename T>
const std::vector<T>& Separator2D< T >::fVec

Definition at line 35 of file Util.h.


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

, generated on Tue Sep 26 2023.