CBuild
C++ build system with scripts written in c++
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
register.cpp File Reference

Register implementation. More...

#include "../../headers/map.hpp"
#include "string"
#include "vector"
#include "../../headers/CBuild_defs.hpp"
#include "../../headers/build/g++.hpp"
#include "../../headers/filesystem++.hpp"
#include "../../headers/generator/ccj.hpp"
#include "../../headers/generator/generator.hpp"
#include "../../headers/generator/makefile.hpp"
#include "../../headers/print.hpp"
#include "../../headers/register.hpp"
#include "../../headers/task/CBuild_help_task.hpp"

Go to the source code of this file.

Classes

class  CBuild::Init
 Init task. More...
 
class  CBuild::Version
 Version task. More...
 
class  CBuild::TaskList
 
class  CBuild::ToolchainList
 
class  CBuild::GeneratorList
 
class  CBuild::CmdList
 
class  CBuild::CBuildRebuildScript
 

Namespaces

namespace  CBuild
 Filebuffer for CBuild ecosystem.
 
namespace  CBuild::Registry
 

Functions

void CBuild::Registry::null_handler ()
 

Variables

void(* CBuild::Registry::handler )() = Registry::null_handler
 
CBuild::Help CBuild::Registry::help
 
CBuild::Init CBuild::Registry::initw
 
CBuild::Version CBuild::Registry::ver
 
CBuild::TaskList CBuild::Registry::tasklist
 
CBuild::ToolchainList CBuild::Registry::toolchainlist
 
CBuild::GeneratorList CBuild::Registry::generatorlist
 
CBuild::CmdList CBuild::Registry::cmdlist
 
CBuild::ccj_out CBuild::Registry::ccjo
 
CBuild::makefile_out CBuild::Registry::makefileo
 
CBuild::CBuildRebuildScript CBuild::Registry::rebuild_script
 
lib::map< std::string, CBuild::Task * > CBuild::Registry::tasks
 
lib::map< std::string, bool > CBuild::Registry::task_executed
 
lib::map< std::string, CBuild::Toolchain * > CBuild::Registry::targets
 
lib::map< std::string, bool > CBuild::Registry::target_executed
 
lib::map< std::string, std::string > CBuild::Registry::keywords
 
lib::map< std::string, CBuild::generator_base * > CBuild::Registry::generators
 

Detailed Description

Register implementation.

Author
WolodiaM (w_mel.nosp@m.nyk@.nosp@m.outlo.nosp@m.ok.c.nosp@m.om)
Version
1.0
Date
2023-01-28

@license GPL v3.0 or later

Copyright (C) 2023 WolodiaM This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Definition in file register.cpp.