question:
please don't confuse ...see I want to store or access link_qos value and store it in __linkvalue.because structure containing some more values similar types and I have to pass whole structure.
Please use code tags when posting code; it makes things a lot easier to understand.
I can't give a specific answer to your question, but it seems to depend on what exactly a bitmap is. Did you write the class bitmap yourself, or is it in some library?
Dear look my bitmap class now.. ...It contains some functions as get(), set(), clear(), merger() ....these functions are all from boost libraries and more specifically
boost::variant.hpp
I am not sure I understand what exactly is your problem.
You are trying to access some enum values and you get errors? What errors are these?
Also it would be great to use [code] brackets, explain what the program was supposed to do and what and where is the problem (compiler provide information about where is the problem and what kind of problem is)