35 const int n = list.
size();
37 for (
int i = 0, space = 0; i <
n; ++i)
39 const char*
p = list.
get(i);
43 if (space++)
os <<
' ';
An adapter for copying a list of C++ strings into a list of C-style strings for passing to C code tha...
int size() const noexcept
Return the number of C-strings (ie, argc)
const char * get(int i) const
Return string element at the given index. No bounds checking.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
OBJstream os(runTime.globalPath()/outputName)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces)