Eric Oulashin's C++ Audio Mixer
1.0
home
erico
projects
audio_mixer_cpp
code
AudioMixerCPP_Win_VisualStudio
StringUtils.h
Go to the documentation of this file.
1
#ifndef __STRING_UTILS_H__
2
#define __STRING_UTILS_H__
3
4
#include "
stdafx.h
"
5
#include <string>
6
7
namespace
EOUtils
8
{
9
std::string
CStringToStdString
(
const
CString& pCStr);
10
11
CString
stdStringToCString
(
const
std::string& pStr);
12
}
13
14
#endif
EOUtils
Definition
StringUtils.cpp:6
EOUtils::CStringToStdString
string CStringToStdString(const CString &pCStr)
Definition
StringUtils.cpp:7
EOUtils::stdStringToCString
CString stdStringToCString(const string &pStr)
Definition
StringUtils.cpp:13
stdafx.h
Generated by
1.9.8