Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Name ¶
type Name uint32
func (Name) GetRawName ¶
func (Name) IsExecutable ¶
func (Name) IsImmediate ¶
func (Name) MakeExecutable ¶
type NameManager ¶
type NameManager struct {
// contains filtered or unexported fields
}
func NewNameManager ¶
func NewNameManager() NameManager
func (*NameManager) GetName ¶
func (nm *NameManager) GetName(s string) Name
func (*NameManager) GetRawName ¶
func (nm *NameManager) GetRawName(n Name) Name
func (*NameManager) Name2String ¶
func (nm *NameManager) Name2String(n Name) string
Click to show internal directories.
Click to hide internal directories.