Bash++
Bash++ compiler internal documentation
Classes | Namespaces | Variables
bpp_method.h File Reference
#include <vector>
#include <memory>
#include <string>
#include "bpp.h"
#include "bpp_code_entity.h"
Include dependency graph for bpp_method.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bpp::bpp_method
 A method in a class. More...
 
class  bpp::bpp_method_parameter
 A parameter in a method. More...
 

Namespaces

namespace  bpp
 

Variables

const std::shared_ptr< bpp_methodbpp::inaccessible_method = std::make_shared<bpp_method>()
 A placeholder for an inaccessible method of a class (scope handling)