PRISMS-PF  v2.1
vectorLoad.h File Reference

Go to the source code of this file.

Functions

void vectorLoad (bool in[], int array_size, std::vector< bool > &out)
 
void vectorLoad (double in[], int array_size, std::vector< double > &out)
 
void vectorLoad (int in[], int array_size, std::vector< int > &out)
 
void vectorLoad (unsigned int in[], int array_size, std::vector< unsigned int > &out)
 
void vectorLoad (std::string in[], int array_size, std::vector< std::string > &out)
 

Function Documentation

◆ vectorLoad() [1/5]

void vectorLoad ( bool  in[],
int  array_size,
std::vector< bool > &  out 
)

◆ vectorLoad() [2/5]

void vectorLoad ( double  in[],
int  array_size,
std::vector< double > &  out 
)

◆ vectorLoad() [3/5]

void vectorLoad ( int  in[],
int  array_size,
std::vector< int > &  out 
)

◆ vectorLoad() [4/5]

void vectorLoad ( unsigned int  in[],
int  array_size,
std::vector< unsigned int > &  out 
)

◆ vectorLoad() [5/5]

void vectorLoad ( std::string  in[],
int  array_size,
std::vector< std::string > &  out 
)