File: Generator.h

package info (click to toggle)
qevercloud 3.0.3%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 916 kB
  • sloc: cpp: 4,690; yacc: 486; makefile: 38
file content (8 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#ifndef QEVERCLOUD_GENERATOR_THRIFT_PARSER_GENERATOR_H
#define QEVERCLOUD_GENERATOR_THRIFT_PARSER_GENERATOR_H

#include "Parser.h"

void generateSources(Parser * parser, QString outPath);

#endif // QEVERCLOUD_GENERATOR_THRIFT_PARSER_GENERATOR_H