Teamcenter C++ API Reference  2312
Classes | Namespaces | Functions
SharedCount.hxx File Reference
#include <memory>
#include <functional>
#include <base_utils/SharedPtrCountedImpl.hxx>

Go to the source code of this file.

Classes

class  Teamcenter::Internal::SharedCount
 

Namespaces

namespace  Teamcenter
 A convenient C++ class to manage a list of tag_t. This convenient class is derived from TagList class which is only available for internal developers.
 
namespace  Teamcenter::Internal
 

Functions

bool Teamcenter::Internal::operator< (SharedCount const &a, SharedCount const &b)
 
bool Teamcenter::Internal::operator== (SharedCount const &a, SharedCount const &b)
 

Detailed Description

Implements a reference counting mechanism.

Note
This class should not be used as such.
Use the class #SharedPtr instead.

Definition in file SharedCount.hxx.