isLocNone method

bool isLocNone()

Implementation

bool isLocNone(){
  return this._captLocs == Location.None;
}