MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / concat

Class concat

java/idl2jni/codegen/im_java.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63};
64
65struct concat {
66 concat(string &str, char sep) : str_(str), sep_(sep) {}
67 void operator()(const string &sub) {
68 str_ += sub + sep_;
69 }
70 string &str_;
71 char sep_;
72};
73
74bool java_class_gen(const JavaName &jn, JavaFileType jft, const char *body,
75 const char *extends = "",

Callers 1

java_class_genFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected