String_Manager_T.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TAO::String_Manager_T< charT >

Namespaces

namespace  TAO
 

Define symbolic names for the ORB collocation strategies.


Functions

bool operator< (const TAO::String_Manager &lhs, const TAO::String_Manager &rhs)
bool operator< (const TAO::WString_Manager &lhs, const TAO::WString_Manager &rhs)

Detailed Description

Id
String_Manager_T.h 82881 2008-09-30 02:15:15Z dai_y
Author:
Johnny Willemsen <jwillemsen@remedy.nl>

Definition in file String_Manager_T.h.


Function Documentation

bool operator< ( const TAO::WString_Manager lhs,
const TAO::WString_Manager rhs 
) [inline]

Definition at line 145 of file String_Manager_T.h.

00146 {
00147   return ACE_OS::strcmp (lhs.in(), rhs.in ()) < 0;
00148 }

bool operator< ( const TAO::String_Manager lhs,
const TAO::String_Manager rhs 
) [inline]

Definition at line 139 of file String_Manager_T.h.

00140 {
00141   return ACE_OS::strcmp (lhs.in(), rhs.in ()) < 0;
00142 }

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Sat Nov 7 23:27:58 2009 for TAO by  doxygen 1.6.1