RegistrationLocation

Interface for object that can provide some location in code/file that is associated with some kind of registration event

Members

Properties

file
string file [@property getter]

Get file in which registration occurred.

line
size_t line [@property getter]

Get line in file on which registration occurred.

Meta