Options
All
  • Public
  • Public/Protected
  • All
Menu

Method access flags.

Index

Enumeration members

Enumeration members

private

private: = 1 << 2

Private flag.

protected

protected: = 1 << 1

Protected flag.

public

public: = 1

Public flag.

shared

shared: = 1 << 3

Shared flag

Generated using TypeDoc