OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
ParameterTraits< std::pair< int, int > > Struct Reference

Public Types

using RepType = std::pair<int, int>
 

Static Public Member Functions

template<typename T >
static bool convert (T, RepType &)
 
template<typename T >
static RepType convert (T v)
 
static bool convert (RepType v, RepType &r)
 
static bool convert (std::string v, RepType &r)
 
static std::string getParamType ()
 

Detailed Description

Definition at line 214 of file ParameterManager.hpp.

Member Typedef Documentation

◆ RepType

using ParameterTraits< std::pair< int, int > >::RepType = std::pair<int, int>

Definition at line 215 of file ParameterManager.hpp.

Member Function Documentation

◆ convert() [1/4]

static bool ParameterTraits< std::pair< int, int > >::convert ( RepType v,
RepType & r )
inlinestatic

Definition at line 229 of file ParameterManager.hpp.

◆ convert() [2/4]

static bool ParameterTraits< std::pair< int, int > >::convert ( std::string v,
RepType & r )
inlinestatic

Definition at line 234 of file ParameterManager.hpp.

◆ convert() [3/4]

template<typename T >
static RepType ParameterTraits< std::pair< int, int > >::convert ( T v)
inlinestatic

Definition at line 223 of file ParameterManager.hpp.

◆ convert() [4/4]

template<typename T >
static bool ParameterTraits< std::pair< int, int > >::convert ( T ,
RepType &  )
inlinestatic

Definition at line 218 of file ParameterManager.hpp.

◆ getParamType()

static std::string ParameterTraits< std::pair< int, int > >::getParamType ( )
inlinestatic

Definition at line 252 of file ParameterManager.hpp.


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