capydi
Loading...
Searching...
No Matches
main.cpp File Reference
#include <iostream>
#include <fstream>
#include "FileIterator.hpp"
#include "CppTargetAggregator.hpp"
#include "HppTargetAggregator.hpp"
#include "CapydiTargetAggregator.hpp"
Include dependency graph for main.cpp:

Typedefs

using PathType

Functions

void write_all (const PathType &file, const FileSystem::FileContentType &content)
int main (int argc, char *argv[])

Variables

const std::string CAUTION
const std::string HPP_DEFAULT
const std::string CPP_DEFAULT = CAUTION

Typedef Documentation

◆ PathType

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )
Here is the call graph for this function:

◆ write_all()

void write_all ( const PathType & file,
const FileSystem::FileContentType & content )
Here is the caller graph for this function:

Variable Documentation

◆ CAUTION

const std::string CAUTION
Initial value:
= "/**\n"
" * This File is generated by global_di_aggregator.\n"
" * Please, never modify it manually.\n"
" */\n"
"\n"

◆ CPP_DEFAULT

const std::string CPP_DEFAULT = CAUTION

◆ HPP_DEFAULT

const std::string HPP_DEFAULT
Initial value:
"#ifndef SUBSCRIBE_ALL_GLOBAL_DI_HPP_\n"
"#define SUBSCRIBE_ALL_GLOBAL_DI_HPP_\n"
"\n"
"void subscribe_all_dependencies();\n"
"\n"
"#endif //SUBSCRIBE_ALL_GLOBAL_DI_HPP_"
const std::string CAUTION
Definition main.cpp:10