Detail

Wrapper class around static helper functions.

Members

Static functions

areDateTimeZoneIdsEqual
bool areDateTimeZoneIdsEqual(mg_date_time_zone_id* date_time_zone_id1, mg_date_time_zone_id* date_time_zone_id2)
Undocumented in source. Be warned that the author may not have intended to support it.
areDateTimesEqual
bool areDateTimesEqual(mg_date_time* date_time1, mg_date_time* date_time2)
Undocumented in source. Be warned that the author may not have intended to support it.
areDatesEqual
bool areDatesEqual(mg_date* date1, mg_date* date2)
Undocumented in source. Be warned that the author may not have intended to support it.
areDurationsEqual
bool areDurationsEqual(mg_duration* duration1, mg_duration* duration2)
Undocumented in source. Be warned that the author may not have intended to support it.
areListsEqual
bool areListsEqual(mg_list* list1, mg_list* list2)
Undocumented in source. Be warned that the author may not have intended to support it.
areLocalDateTimesEqual
bool areLocalDateTimesEqual(mg_local_date_time* local_date_time1, mg_local_date_time* local_date_time2)
Undocumented in source. Be warned that the author may not have intended to support it.
areLocalTimesEqual
bool areLocalTimesEqual(mg_local_time* local_time1, mg_local_time* local_time2)
Undocumented in source. Be warned that the author may not have intended to support it.
areMapsEqual
bool areMapsEqual(mg_map* map1, mg_map* map2)
Undocumented in source. Be warned that the author may not have intended to support it.
areNodesEqual
bool areNodesEqual(mg_node* node1, mg_node* node2)

Compares two nodes for equality.

arePathsEqual
bool arePathsEqual(mg_path* path1, mg_path* path2)
Undocumented in source. Be warned that the author may not have intended to support it.
arePoint2dsEqual
bool arePoint2dsEqual(mg_point_2d* point_2d1, mg_point_2d* point_2d2)
Undocumented in source. Be warned that the author may not have intended to support it.
arePoint3dsEqual
bool arePoint3dsEqual(mg_point_3d* point_3d1, mg_point_3d* point_3d2)
Undocumented in source. Be warned that the author may not have intended to support it.
areRelationshipsEqual
bool areRelationshipsEqual(mg_relationship* rel1, mg_relationship* rel2)
Undocumented in source. Be warned that the author may not have intended to support it.
areTimesEqual
bool areTimesEqual(mg_time* time1, mg_time* time2)
Undocumented in source. Be warned that the author may not have intended to support it.
areUnboundRelationshipsEqual
bool areUnboundRelationshipsEqual(mg_unbound_relationship* rel1, mg_unbound_relationship* rel2)
Undocumented in source. Be warned that the author may not have intended to support it.
areValuesEqual
bool areValuesEqual(mg_value* value1, mg_value* value2)
Undocumented in source. Be warned that the author may not have intended to support it.
convertString
string convertString(mg_string* str)
Undocumented in source. Be warned that the author may not have intended to support it.
convertType
Type convertType(mg_value_type type)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta