Classes | |
class | ns3::rapidnet::FAppend |
A RapidNet function that returns a list with the given value(s) appended in it. More... | |
class | ns3::rapidnet::FConcat |
A RapidNet function that concatenates two list values. More... | |
class | ns3::rapidnet::FMember |
A RapidNet function that tests if a given value is the member of a list. More... | |
class | ns3::rapidnet::FNow |
A RapidNet function that returns the current time as a string. More... | |
class | ns3::rapidnet::FDiffTime |
A RadidNet function that returns the difference of two time strings (in seconds) as an integer. More... | |
class | ns3::rapidnet::FHslsTtl |
A RadidNet function that returns the TTL or the number of hops that a triggered update should propogate in triggered HSLS implementation. More... | |
class | ns3::rapidnet::FSize |
A RapidNet function that returns the size of a list. More... | |
class | ns3::rapidnet::FLast |
A RapidNet function that returns the last element of a list. More... | |
class | ns3::rapidnet::FRemoveLast |
A RapidNet function that removes and returns last element of a list. More... | |
class | ns3::rapidnet::FTypeOf |
A RapidNet function that returns the string representation of the type of the given expression. More... | |
class | ns3::rapidnet::FRand |
A RapidNet function that returns a random number as a string. More... | |
class | ns3::rapidnet::FSha1 |
A RadpidNet function that returns the SHA1 hash of the string representation of the given value. More... | |
class | ns3::rapidnet::FSvIn |
A RapidNet function that tests whether a given ID (string) is hashed in a summary vector. More... | |
class | ns3::rapidnet::FSvAndNot |
A RapidNet function that computes the andNot result of two summary vectors: (SV_1 & (~ SV_2)). More... | |
class | ns3::rapidnet::FSvAppend |
A RapidNet function that hashes a given ID (string) into a new summary vector. More... | |
class | ns3::rapidnet::FSvRemove |
FA RapidNet function that hashes a given ID (string) out from a new summary vector. More... |