ViennaGrid - The Vienna Grid Library  2.1.0
Data Structures | Namespaces | Functions
viennagrid/io/bnd_reader.hpp File Reference

Provides a reader for .bnd files. More...

#include "viennagrid/io/helper.hpp"
#include "viennagrid/mesh/element_creation.hpp"

Go to the source code of this file.

Data Structures

struct  bnd_helper
class  bnd_reader
 Reader for .bnd files. More...
struct  lexical_cast_impl< DestinationT >
struct  lexical_cast_impl< boolalpha_bool >
struct  bnd_helper::negate
struct  print

Namespaces

namespace  viennagrid
 

The main ViennaGrid namespace. Most user functionality resides directly in this namespace rather than in sub-namespaces.


namespace  viennagrid::io
 

A namespace with all the input/output functionality, in particular file readers and writers.


namespace  viennagrid::io::detail
 

Namespace for implementation details. Not intended to be used directly by a library user.


Functions

template<typename DestinationT , typename SourceT >
detail::lexical_cast_impl
< DestinationT >::result_type 
lexical_cast (SourceT const &src)
std::string remove_begin_end_chars (std::string const &str)

Detailed Description

Provides a reader for .bnd files.