Example #1
0
func ReadRootType(s *C.Segment) Type       { return Type(s.Root(0).ToStruct()) }
Example #2
0
func ReadRootChangedRange(s *C.Segment) ChangedRange { return ChangedRange(s.Root(0).ToStruct()) }
Example #3
0
func ReadRootRoutable(s *C.Segment) Routable { return Routable(s.Root(0).ToStruct()) }
Example #4
0
func ReadRootResponse(s *C.Segment) Response  { return Response(s.Root(0).ToStruct()) }
Example #5
0
func ReadRootStatisticalRecords(s *C.Segment) StatisticalRecords {
	return StatisticalRecords(s.Root(0).ToStruct())
}
Example #6
0
func ReadRootCmdQueryNearestValue(s *C.Segment) CmdQueryNearestValue {
	return CmdQueryNearestValue(s.Root(0).ToStruct())
}
Example #7
0
func ReadRootCmdInsertValues(s *C.Segment) CmdInsertValues {
	return CmdInsertValues(s.Root(0).ToStruct())
}
Example #8
0
func ReadRootCodeGeneratorRequestRequestedFileImport(s *C.Segment) CodeGeneratorRequestRequestedFileImport {
	return CodeGeneratorRequestRequestedFileImport(s.Root(0).ToStruct())
}
Example #9
0
func ReadRootConditionPair(s *C.Segment) ConditionPair { return ConditionPair(s.Root(0).ToStruct()) }
Example #10
0
func ReadRootAnnotation(s *C.Segment) Annotation { return Annotation(s.Root(0).ToStruct()) }
Example #11
0
func ReadRootCodeGeneratorRequest(s *C.Segment) CodeGeneratorRequest {
	return CodeGeneratorRequest(s.Root(0).ToStruct())
}
Example #12
0
func ReadRootValue(s *C.Segment) Value { return Value(s.Root(0).ToStruct()) }
Example #13
0
func ReadRootBrandBinding(s *C.Segment) BrandBinding { return BrandBinding(s.Root(0).ToStruct()) }
Example #14
0
func ReadRootBrandScope(s *C.Segment) BrandScope { return BrandScope(s.Root(0).ToStruct()) }
Example #15
0
func ReadRootCmdQueryVersion(s *C.Segment) CmdQueryVersion {
	return CmdQueryVersion(s.Root(0).ToStruct())
}
Example #16
0
func ReadRootDisjunction(s *C.Segment) Disjunction { return Disjunction(s.Root(0).ToStruct()) }
Example #17
0
func ReadRootRequest(s *C.Segment) Request { return Request(s.Root(0).ToStruct()) }
Example #18
0
func ReadRootGenerator(s *C.Segment) Generator { return Generator(s.Root(0).ToStruct()) }
Example #19
0
func ReadRootCmdQueryChangedRanges(s *C.Segment) CmdQueryChangedRanges {
	return CmdQueryChangedRanges(s.Root(0).ToStruct())
}
Example #20
0
func ReadRootConfiguration(s *C.Segment) Configuration { return Configuration(s.Root(0).ToStruct()) }
Example #21
0
func ReadRootCmdDeleteValues(s *C.Segment) CmdDeleteValues {
	return CmdDeleteValues(s.Root(0).ToStruct())
}
Example #22
0
func ReadRootMatch(s *C.Segment) Match { return Match(s.Root(0).ToStruct()) }
Example #23
0
func ReadRootRecords(s *C.Segment) Records { return Records(s.Root(0).ToStruct()) }
Example #24
0
func ReadRootMigrationComplete(s *C.Segment) MigrationComplete {
	return MigrationComplete(s.Root(0).ToStruct())
}
Example #25
0
func ReadRootVersions(s *C.Segment) Versions  { return Versions(s.Root(0).ToStruct()) }
Example #26
0
func ReadRootMigrationElement(s *C.Segment) MigrationElement {
	return MigrationElement(s.Root(0).ToStruct())
}
Example #27
0
func ReadRootRanges(s *C.Segment) Ranges       { return Ranges(s.Root(0).ToStruct()) }
Example #28
0
func ReadRootCmdQueryStatisticalValues(s *C.Segment) CmdQueryStatisticalValues {
	return CmdQueryStatisticalValues(s.Root(0).ToStruct())
}
Example #29
0
func ReadRootZ(s *C.Segment) Z             { return Z(s.Root(0).ToStruct()) }
Example #30
0
func ReadRootMethod(s *C.Segment) Method { return Method(s.Root(0).ToStruct()) }