Shaka Packager SDK
Loading...
Searching...
No Matches
string_trim_split.h
1// Copyright 2023 Google LLC. All rights reserved.
2//
3// Use of this source code is governed by a BSD-style
4// license that can be found in the LICENSE file or at
5// https://developers.google.com/open-source/licenses/bsd
6
7#ifndef SHAKA_PACKAGER_STRING_TRIM_SPLIT_H
8
9#include <string>
10#include <vector>
11
12namespace shaka {
13std::vector<std::string> SplitAndTrimSkipEmpty(const std::string& str,
14 char delimiter);
15}
16
17#define SHAKA_PACKAGER_STRING_TRIM_SPLIT_H
18
19#endif // SHAKA_PACKAGER_STRING_TRIM_SPLIT_H
All the methods that are virtual are virtual for mocking.