getParent() public method

public getParent ( TimeData time_, string &error_str ) : uint
time_ Messages.TimeData
error_str string
return uint
Ejemplo n.º 1
0
 public override uint gather(TimeCache cache, ulong time, ref string error_str)
 {
     return cache.getParent(time, ref error_str);
 }
Ejemplo n.º 2
0
 public override uint gather(TimeCache cache, ulong time, ref string error_str)
 {
     return(cache.getParent(time, ref error_str));
 }