Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F10881581
CppStringsWrap.cpp
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
271 B
Subscribers
None
CppStringsWrap.cpp
View Options
#include
<string>
using
namespace
std
;
extern
"C"
{
void
cpp_str_delete
(
string
*
str
)
{
delete
str
;
}
int
cpp_str_length
(
const
string
*
str
)
{
return
str
->
length
();
}
char
cpp_str_get
(
const
string
*
str
,
const
int
i
)
{
return
(
*
str
)[
i
];
}
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, May 3, 6:33 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4974070
Default Alt Text
CppStringsWrap.cpp (271 B)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment