Hi all,

I am developing a component using C++ and I am having the following problem:
In header file, in the definition of a class, I declared an attribute and I
want that this attribute belongs to the class and not to a instance of this
class.
I tried to use static modifier but it didn't work.
It seems to me that handlers of events create different instances of the
class. For example,  the method *handle_flow_stats_in *inserts elements in a
object of the type Fetcher_map but the *handle_datapath_join *indicates that
the size of object is still zero.

Sorry if I didn't make myself clear.

Any suggestions?

-- 
Ricardo Bennesby da Silva
Ciência da Computação - UFAM
LabCIA - Laboratório de Computação Inteligente e Autonômica
_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to