Nemiver  0.3
Classes | Public Member Functions | Friends | List of all members
nemiver::common::Sequence Class Reference

#include <nmv-sequence.h>

Inheritance diagram for nemiver::common::Sequence:
nemiver::common::Object

Classes

class  OverflowException
 

Public Member Functions

 Sequence ()
 
virtual ~Sequence ()
 
long long create_next_integer ()
 
long long get_current_integer () const
 
- Public Member Functions inherited from nemiver::common::Object
 Object ()
 
 Object (Object const &)
 
Objectoperator= (Object const &)
 
virtual ~Object ()
 
void ref ()
 
void unref ()
 
void enable_refcount (bool a_enabled=true)
 
bool is_refcount_enabled () const
 
long get_refcount () const
 
void attach_object (const UString &a_key, const Object *a_object)
 
bool get_attached_object (const UString &a_key, const Object *&a_object)
 

Friends

struct Priv
 

Additional Inherited Members

- Protected Attributes inherited from nemiver::common::Object
SafePtr< ObjectPrivm_priv
 

Constructor & Destructor Documentation

◆ Sequence()

nemiver::common::Sequence::Sequence ( )

◆ ~Sequence()

virtual nemiver::common::Sequence::~Sequence ( )
virtual

Member Function Documentation

◆ create_next_integer()

long long nemiver::common::Sequence::create_next_integer ( )

◆ get_current_integer()

long long nemiver::common::Sequence::get_current_integer ( ) const

Friends And Related Function Documentation

◆ Priv

friend struct Priv
friend

The documentation for this class was generated from the following file: