From 252a2ec8b0f0f9cf20c947737087b24a8185b588 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 10 Jul 2024 18:56:16 +0900 Subject: Rename IO and network class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqmap.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqmap.html') diff --git a/doc/html/tqmap.html b/doc/html/tqmap.html index 838be005b..113ce7a12 100644 --- a/doc/html/tqmap.html +++ b/doc/html/tqmap.html @@ -547,14 +547,14 @@ to count().

Returns a list of all the values in the map, in key order.


Related Functions

-

TQDataStream & operator<< ( TQDataStream & s, const TQMap<Key, T> & m ) +

TQDataStream & operator<< ( TQDataStream & s, const TQMap<Key, T> & m )

Writes the map m to the stream s. The types Key and T must implement the streaming operator as well. -

TQDataStream & operator>> ( TQDataStream & s, TQMap<Key, T> & m ) +

TQDataStream & operator>> ( TQDataStream & s, TQMap<Key, T> & m )

-- cgit v1.2.1