Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dart::bin::NamespaceScope Class Reference

#include <namespace.h>

Public Member Functions

 NamespaceScope (Namespace *namespc, const char *path)
 
 ~NamespaceScope ()
 
intptr_t fd () const
 
const char * path () const
 

Detailed Description

Definition at line 77 of file namespace.h.

Constructor & Destructor Documentation

◆ NamespaceScope()

dart::bin::NamespaceScope::NamespaceScope ( Namespace namespc,
const char *  path 
)

◆ ~NamespaceScope()

dart::bin::NamespaceScope::~NamespaceScope ( )

Member Function Documentation

◆ fd()

intptr_t dart::bin::NamespaceScope::fd ( ) const
inline

Definition at line 82 of file namespace.h.

82{ return fd_; }

◆ path()

const char * dart::bin::NamespaceScope::path ( ) const
inline

Definition at line 83 of file namespace.h.

83{ return path_; }

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