util.h File Reference

#include <comet/config.h>
#include <stdexcept>
#include <comet/error.h>
#include <comet/server.h>

Include dependency graph for util.h:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  comet

Classes

class  comet::auto_coinit
 Automatic handling of CoInitialize / CoUninitialize. More...

Typedefs

typedef auto_coinit auto_CoInitialize

Functions

CLSID get_clsid_of_ftm ()
 Returns the class id of the free threaded marshaler.
bool is_object_aggregating_ftm (const com_ptr< IUnknown > &p)
bool is_sta ()
bool is_std_proxy (const com_ptr< IUnknown > &unk)


Detailed Description

Various utilities.