Teuchos - Trilinos Tools Package
Version of the Day
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
numerics
src
Teuchos_MatrixMarket_split.hpp
1
// @HEADER
2
// *****************************************************************************
3
// Tpetra: Templated Linear Algebra Services Package
4
//
5
// Copyright 2008 NTESS and the Tpetra contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
10
#ifndef __Teuchos_MatrixMarket_split_hpp
11
#define __Teuchos_MatrixMarket_split_hpp
12
13
#include <string>
14
#include <vector>
15
16
17
namespace
Teuchos {
18
namespace
MatrixMarket {
19
namespace
details {
20
22
std::string
23
trim (
const
std::string& in);
24
26
std::string
27
lowercase (
const
std::string& in);
28
30
std::string
31
trim_and_lowercase (
const
std::string& in);
32
46
std::vector<std::string>
47
split (
const
std::string& str,
48
const
std::string& delimiters,
49
const
size_t
start=0);
50
51
}
// namespace details
52
}
// namespace MatrixMarket
53
}
// namespace Teuchos
54
55
#endif // __Teuchos_MatrixMarket_split_hpp
Generated on Thu Nov 21 2024 09:21:49 for Teuchos - Trilinos Tools Package by
1.8.5