#include "tao/Basic_Types.h"
Include dependency graph for String_Alloc.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | CORBA |
CORBA String Memory Management | |
CORBA string memory management functions. | |
char * | CORBA::string_alloc (CORBA::ULong len) |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL char * | CORBA::string_dup (const char *str) |
void | CORBA::string_free (char *str) |
CORBA Wide String Memory Management | |
CORBA wide string memory management functions. | |
CORBA::WChar * | CORBA::wstring_alloc (CORBA::ULong len) |
CORBA::WChar * | CORBA::wstring_dup (const WChar *const str) |
void | CORBA::wstring_free (CORBA::WChar *const str) |
Header file for the CORBA string types.
Definition in file String_Alloc.h.