28class CppGenerator :
public google::protobuf::compiler::CodeGenerator {
34 bool Generate(
const google::protobuf::FileDescriptor *file,
35 const std::string ¶meter,
36 google::protobuf::compiler::OutputDirectory *generator_context,
37 std::string *error)
const;
40 CppGenerator(
const CppGenerator&);
41 CppGenerator& operator=(
const CppGenerator&);