Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ add_cpp_include
Method
add_cpp_include
dds/idl/be_global.cpp:161–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
void BE_GlobalData::add_cpp_include(const string& str)
162
{
163
this->cpp_includes_.insert(make_pair(str,
""
));
164
}
165
166
const set<pair<string, string> >& BE_GlobalData::cpp_includes() const
167
{
Callers
2
generate_ts
Method · 0.80
prep_be_arg
Method · 0.80
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected