Bash++
Bash++ compiler internal documentation
Main Page
Namespaces
Concepts
Classes
Files
File List
File Members
src
bpp_include
bash_function.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2025 Andrew S. Rightenburg
3
* Bash++: Bash with classes
4
* SPDX-License-Identifier: GPL-3.0-or-later
5
*/
6
7
#pragma once
8
9
#include "
bpp.h
"
10
#include "
bpp_code_entity.h
"
11
12
namespace
bpp
{
13
23
class
bash_function
:
public
bpp_code_entity
{};
24
25
}
// namespace bpp
bpp.h
bpp_code_entity.h
bpp::bash_function
A normal Bash function.
Definition
bash_function.h:23
bpp::bpp_code_entity
An entity which can contain code.
Definition
bpp_code_entity.h:35
bpp
Definition
bash_case.cpp:9
Generated by
1.9.8