That is a constructor. It's what's known as a "default constructor", i.e. it intializes all the values to some pre-determined initial value, in this case -1 and "unknown".

As a second note, if you...