file_handler#

Include dependency graph for file_handler.h:

digraph {
    graph [bgcolor="#00000000"]
    node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2]
    edge [color="#1414CE"]
    "2" [label="string" tooltip="string"]
    "1" [label="src/file_handler.h" tooltip="src/file_handler.h" fillcolor="#BFBFBF"]
    "1" -> "2" [dir=forward tooltip="include"]
}

This graph shows which files directly or indirectly include file_handler.h:

digraph {
    graph [bgcolor="#00000000"]
    node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2]
    edge [color="#1414CE"]
    "4" [label="src/file_handler.cpp" tooltip="src/file_handler.cpp"]
    "2" [label="src/config.cpp" tooltip="src/config.cpp"]
    "1" [label="src/file_handler.h" tooltip="src/file_handler.h" fillcolor="#BFBFBF"]
    "3" [label="src/confighttp.cpp" tooltip="src/confighttp.cpp"]
    "6" [label="src/platform/linux/graphics.cpp" tooltip="src/platform/linux/graphics.cpp"]
    "5" [label="src/httpcommon.cpp" tooltip="src/httpcommon.cpp"]
    "1" -> "2" [dir=back tooltip="include"]
    "1" -> "3" [dir=back tooltip="include"]
    "1" -> "4" [dir=back tooltip="include"]
    "1" -> "5" [dir=back tooltip="include"]
    "1" -> "6" [dir=back tooltip="include"]
}

Header file for file handling functions.

namespace file_handler#