Bash++
Bash++ compiler internal documentation
Public Member Functions | Private Attributes | List of all members
bpp::bpp_method_parameter Class Reference

A parameter in a method. More...

#include <bpp.h>

Inheritance diagram for bpp::bpp_method_parameter:
Inheritance graph
[legend]
Collaboration diagram for bpp::bpp_method_parameter:
Collaboration graph
[legend]

Public Member Functions

 bpp_method_parameter (const std::string &name)
 
void set_type (std::shared_ptr< bpp_class >)
 
std::string get_name () const
 
std::shared_ptr< bpp_classget_type () const
 
- Public Member Functions inherited from bpp::bpp_entity
virtual ~bpp_entity ()=default
 
virtual bool add_class (std::shared_ptr< bpp_class > class_)
 Add a class to this entity's list of classes. More...
 
virtual bool add_object (std::shared_ptr< bpp_object > object)
 Add an object to this entity's list of objects. More...
 
virtual std::shared_ptr< bpp_classget_class () const
 
virtual std::string get_address () const
 
virtual std::weak_ptr< bpp::bpp_classget_containing_class () const
 Get the class which contains this entity. More...
 
virtual bool set_containing_class (std::weak_ptr< bpp::bpp_class > containing_class)
 
virtual void inherit (std::shared_ptr< bpp_entity > parent)
 Inherit from a parent entity. More...
 
virtual void inherit (std::shared_ptr< bpp_class > parent)
 
virtual std::unordered_map< std::string, std::shared_ptr< bpp_class > > get_classes () const
 
virtual std::unordered_map< std::string, std::shared_ptr< bpp_object > > get_objects () const
 
virtual std::shared_ptr< bpp_classget_class (const std::string &name)
 
virtual std::shared_ptr< bpp_objectget_object (const std::string &name)
 

Private Attributes

std::shared_ptr< bpp_classtype
 
std::string name
 

Additional Inherited Members

- Protected Attributes inherited from bpp::bpp_entity
std::unordered_map< std::string, std::shared_ptr< bpp_class > > classes
 A map of class names to class objects within this entity. More...
 
std::unordered_map< std::string, std::shared_ptr< bpp_object > > objects
 A map of object names to bpp_objects within this entity. More...
 
std::unordered_map< std::string, std::shared_ptr< bpp_object > > local_objects
 Like objects, but only for objects whose scope is local to this entity. More...
 
std::shared_ptr< bpp_classtype = nullptr
 
std::weak_ptr< bpp_classcontaining_class
 
std::vector< std::shared_ptr< bpp_class > > parents
 

Detailed Description

A parameter in a method.

Constructor & Destructor Documentation

◆ bpp_method_parameter()

bpp::bpp_method_parameter::bpp_method_parameter ( const std::string &  name)
explicit

Member Function Documentation

◆ get_name()

std::string bpp::bpp_method_parameter::get_name ( ) const
virtual

Reimplemented from bpp::bpp_entity.

◆ get_type()

std::shared_ptr< bpp_class > bpp::bpp_method_parameter::get_type ( ) const

◆ set_type()

void bpp::bpp_method_parameter::set_type ( std::shared_ptr< bpp_class type)

Member Data Documentation

◆ name

std::string bpp::bpp_method_parameter::name
private

◆ type

std::shared_ptr<bpp_class> bpp::bpp_method_parameter::type
private

The documentation for this class was generated from the following files: