Type visitor
| 807 | |
| 808 | /// Type visitor |
| 809 | void TypeVisitor::StructTupleString::addTypeStringToTuple(std::string& _typeString) |
| 810 | { |
| 811 | index++; |
| 812 | if (index > 1) |
| 813 | stream << ","; |
| 814 | stream << _typeString; |
| 815 | } |
| 816 | |
| 817 | void TypeVisitor::StructTupleString::addArrayBracketToType(std::string& _arrayBracket) |
| 818 | { |
no outgoing calls
no test coverage detected