Project Alice
Loading...
Searching...
No Matches
entry_point_nix.cpp File Reference
#include "serialization.hpp"
#include "system_state.hpp"
Include dependency graph for entry_point_nix.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  scenario_file
 

Functions

native_string produce_mod_path ()
 
void check_mods_folder ()
 
void check_scenario_folder ()
 
native_string to_hex (uint64_t v)
 
void build_scenario_file ()
 
void find_scenario_file ()
 
bool transitively_depends_on_internal (parsers::mod_file const &moda, parsers::mod_file const &modb, std::vector< bool > &seen_indices)
 
bool transitively_depends_on (parsers::mod_file const &moda, parsers::mod_file const &modb)
 
void enforce_list_order ()
 
int main (int argc, char *argv[])
 

Function Documentation

◆ build_scenario_file()

void build_scenario_file ( )

Definition at line 83 of file entry_point_nix.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ check_mods_folder()

void check_mods_folder ( )

Definition at line 29 of file entry_point_nix.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ check_scenario_folder()

void check_scenario_folder ( )

Definition at line 46 of file entry_point_nix.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ enforce_list_order()

void enforce_list_order ( )

Definition at line 190 of file entry_point_nix.cpp.

Here is the caller graph for this function:

◆ find_scenario_file()

void find_scenario_file ( )

Definition at line 156 of file entry_point_nix.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 204 of file entry_point_nix.cpp.

Here is the call graph for this function:

◆ produce_mod_path()

native_string produce_mod_path ( )

Definition at line 16 of file entry_point_nix.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ to_hex()

native_string to_hex ( uint64_t  v)

Definition at line 69 of file entry_point_nix.cpp.

Here is the caller graph for this function:

◆ transitively_depends_on()

bool transitively_depends_on ( parsers::mod_file const &  moda,
parsers::mod_file const &  modb 
)

Definition at line 183 of file entry_point_nix.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ transitively_depends_on_internal()

bool transitively_depends_on_internal ( parsers::mod_file const &  moda,
parsers::mod_file const &  modb,
std::vector< bool > &  seen_indices 
)

Definition at line 167 of file entry_point_nix.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: