|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICPPNamespace
This interface represents a C++ namespace
Field Summary |
---|
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
---|
EMPTY_BINDING_ARRAY |
Method Summary | |
---|---|
IBinding[] |
getMemberBindings()
Returns an array of the all the bindings declared in this namespace. |
ICPPNamespaceScope |
getNamespaceScope()
Returns the scope object associated with this namespace |
boolean |
isInline()
Returns whether this is an inline namespace. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBinding |
---|
getQualifiedName, getQualifiedNameCharArray, isGloballyQualified |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
---|
getLinkage, getName, getNameCharArray, getOwner, getScope |
Method Detail |
---|
ICPPNamespaceScope getNamespaceScope()
IBinding[] getMemberBindings()
boolean isInline()
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |