Import statement.
More...
#include <import.h>
List of all members.
Public Member Functions |
| Import (std::string name) |
| Import constructor without "from" or alias.
|
| Import (std::string name, std::string from, std::string as) |
| Import constructor.
|
std::string | name () const |
std::string | from () const |
std::string | as () const |
Detailed Description
Constructor & Destructor Documentation
Import constructor.
- Parameters:
-
[in] | from | Module name. |
[in] | as | Import alias name. |
Member Function Documentation
- Returns:
- alias of Protocol or Module imported as.
- Returns:
- name of Protocol or Module imported from.
- Returns:
- name of Imported Protocol or Module.
The documentation for this class was generated from the following file: