LvArray
Classes | Namespaces | Functions
input.hpp File Reference

Contains functions for creating objects from strings. More...

#include "Array.hpp"
#include <string>
#include <iostream>
Include dependency graph for input.hpp:

Go to the source code of this file.

Classes

struct  LvArray::input::internal::StringToArrayHelper< T, INDEX_TYPE >
 A helper struct to recursively read an istringstream into an array. More...
 

Namespaces

 LvArray
 The top level namespace.
 
 LvArray::input
 Contains functions for filling array objects from strings.
 

Functions

template<typename T , int NDIM, typename PERMUTATION , typename INDEX_TYPE , template< typename > class BUFFER_TYPE>
static void LvArray::input::stringToArray (Array< T, NDIM, PERMUTATION, INDEX_TYPE, BUFFER_TYPE > &array, std::string valueString)
 This function reads the contents of a string into an Array. More...
 

Detailed Description

Contains functions for creating objects from strings.