Bash++
Bash++ compiler internal documentation
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 12]
 Nbpp
 Cbpp_entityThe base class for all entities in the Bash++ compiler
 Cbpp_code_entityAn entity which can contain code
 Cbpp_stringThe practical difference between bpp_code_entity and bpp_string is how we handle the code buffers
 Cbpp_methodA method in a class
 Cbpp_constructorA constructor in a class
 Cbpp_destructorA destructor in a class
 Cbpp_method_parameterA parameter in a method
 Cbpp_classA class in Bash++
 Cbpp_objectAn object in Bash++
 Cbpp_datamemberA data member in a class
 Cbpp_programThe main program
 Cbash_while_loopA while loop in Bash++
 Cbash_while_conditionThe condition for a while loop in Bash++
 Cbash_ifAn if statement in Bash++
 Cbash_if_branchA branch of an if statement in Bash++
 Cbash_caseA case statement in Bash++
 Cbash_case_patternA pattern for a case statement in Bash++
 Cbash_forA for loop in Bash++
 Cbpp_delete_statementA delete statement in Bash++
 Cbpp_dynamic_cast_statementA dynamic_cast statement in Bash++
 Cbpp_pointer_dereferenceA pointer dereference in Bash++
 Cbpp_value_assignmentA value assignment statement in Bash++
 Cbpp_object_assignmentAn object assignment statement in Bash++
 Cbpp_object_referenceAn object reference in Bash++
 Cbpp_object_addressA statement which takes the address of an object in Bash++