Aprepro
5.0x
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
y
Functions
a
c
d
f
g
h
i
l
m
n
o
r
s
t
u
w
y
Variables
a
b
c
e
f
g
h
i
l
m
p
r
s
t
v
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
~
Variables
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Typedefs
a
b
c
d
h
i
k
m
p
r
s
t
v
y
Enumerations
Enumerator
a
c
d
e
f
g
i
l
m
n
p
q
r
s
t
u
v
y
Related Symbols
Files
File List
File Members
All
_
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
y
Functions
Variables
Typedefs
Macros
_
b
d
e
f
g
h
i
l
m
p
r
s
t
u
v
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Loading...
Searching...
No Matches
apr_tokenize.h
Go to the documentation of this file.
1
/*
2
* Copyright(C) 1999-2020, 2022 National Technology & Engineering Solutions
3
* of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
4
* NTESS, the U.S. Government retains certain rights in this software.
5
*
6
* See packages/seacas/LICENSE for details
7
*/
8
#pragma once
9
10
#include <string>
11
#include <vector>
12
13
namespace
SEAMS
{
14
/**
15
* Take the 'str' argument and split it using the list of characters
16
* in separators as separators. Use tokens to return the result.
17
*/
18
std::vector<std::string>
tokenize
(
const
std::string &str,
const
std::string &separators);
19
}
// namespace SEAMS
SEAMS
Definition
apr_aprepro.cc:67
SEAMS::tokenize
std::vector< std::string > tokenize(const std::string &str, const std::string &separators)
Definition
apr_tokenize.cc:10
apr_tokenize.h
Generated by
1.13.2