MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / parseStruct

Method parseStruct

extern/cloop/src/cloop/Parser.cpp:170–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void Parser::parseStruct()
171{
172 Struct* ztruct = new Struct();
173
174 ztruct->name = getToken(token, Token::TYPE_IDENTIFIER).text;
175 typesByName.insert(pair<string, BaseType*>(ztruct->name, ztruct));
176
177 getToken(token, TOKEN(';'));
178}
179
180void Parser::parseBoolean()
181{

Callers

nothing calls this directly

Calls 2

getTokenFunction · 0.50
insertMethod · 0.45

Tested by

no test coverage detected