Tagged Questions
The qualifiers tag has no wiki summary.
22
votes
3answers
409 views
What is “rvalue reference for *this”?
Came across a proposal called "rvalue reference for *this" in clang's C++11 status page.
I've read quite a bit about rvalue references and understood them, but I don't think I know about this. I also ...
10
votes
1answer
119 views
C++11: Abstracting over const, volatile, lvalue reference, and rvalue reference qualified member function pointers?
C++03 lets you qualify function parameters as being const, volatile, and/or lvalue references (&).
C++11 adds one more: rvalue references (&&).
Furthermore, C++ lets you overload ...
8
votes
5answers
287 views
Should ALL global variables be volatile-qualified?
In this example, does correctness require global_value to be declared volatile?
int global_value = 0;
void foo () {
++ global_value;
}
void bar () {
some_function (++global_value);
foo ...
8
votes
1answer
459 views
Double pointer const-correctness warnings in C
You can obviously cast a pointer to non-const data to a a pointer of the same type to const data:
int *x = NULL;
int const *y = x;
Adding additional const qualifiers to match the additional ...
7
votes
2answers
298 views
What is the purpose of const qualifier if I can modify it through a pointer in C? [closed]
Possible Duplicate:
Does the evil cast get trumped by the evil compiler?
Hello,
If I can modify a constant through a pointer, then what is the purpose of it?
Below is code:
#include ...
6
votes
5answers
137 views
C++ type qualifier problem
As part of my Computer Software Development degree, one of my labs consists of creating a calculator class template and a fraction class.
The problem is with my fraction class. My task is now to ...
4
votes
1answer
63 views
Would (or should) CDI provide package qualifiers?
Studying Seam 3, I discovered that Seam Solder allows the @Named annotation to be applied to packages - in that case, all beans in this package will be automatically named, as if they were qualified ...
4
votes
3answers
192 views
C++ return type qualifiers heaven
It's hell actually. Can someone please explain in plain English why the below segments work or not?
class Hey;
class Bitmap {
public:
const Hey* const& getHey() { return hey; }; // works
...
4
votes
3answers
245 views
const-ness as template argument
I have two structs:
// ----- non-const -----
struct arg_adapter
{
EArgType type; // fmtA, fmtB, ...
union
{
TypeA * valueA;
TypeB * valueB;
// ... ...
3
votes
2answers
481 views
C++0x | Why std::atomic overloads each method with the volatile-qualifier?
The following excerpt from the current draft shows what I mean:
namespace std {
typedef struct atomic_bool {
bool is_lock_free() const volatile;
bool is_lock_free() const;
...
2
votes
3answers
374 views
Android HDPI devices with irregular layouts
I am encounter more and more android devices with irregular layouts, especially in the HDPI section.
The problem is that my more complex layouts do not scale correctly even though I only use DIP ...
2
votes
3answers
63 views
const qualification conversion
From (4.4/1 ) It reads
An rvalue of type “pointer to cv1 T” can be converted to an rvalue of
type “pointer to cv2 T” if “cv2 T” is more cv-qualified than “cv1 T.”
I don't know where the ...
2
votes
1answer
378 views
Does spring-context support JSR-330 Qualifier on bean instances?
Spring has its own Qualifier annotation, I think it's equals to javax.inject.Named annotation, which in turns is a concrete qualifier in JSR-330.
So, I'm wondering whether or which version of Spring ...
2
votes
1answer
825 views
Multiple icon images in Honeycomb
I'm trying to change my app icon to make it match the blue of Honeycomb but maintain the green icons for previous Android versions. I've come across a problem where if I put the blue 72x72 icon in ...
1
vote
0answers
50 views
Nexus One and Droid Razr have Same Qualifiers
I'm developing an app right now and I'm having trouble with two formats for my main menu. I'm trying to make my app work with as many phones as possible, yet the Nexus One and Droid Razr, as far as I ...
1
vote
2answers
52 views
Const Discards Qualifers: C++
I'm using OpenGL to render camera perspectives, and a one point in my code I'm trying to take the direction of the light (shown here as type "Vector4") and multiply it by a matrix of type "Matrix4x4" ...
1
vote
2answers
93 views
Android Layout qualifiers don't work?
I am developing an android using the API Google Tv Addon, i wanna use the screen qualifiers no touch, i created a folder under /res/ called layout-notouch, i named my layout test.xml, in my activity ...
1
vote
1answer
131 views
Weld CDI: how to make one bean class satisfy any of multiple qualifiers?
From reading the Weld docs I don't think this can be done, but I could really do with it, so thought I'd ask - if there's not a way with CDI, maybe there's a pattern workaround...
I've created a ...
1
vote
1answer
87 views
Can maven handle custom qualifiers?
I'm trying to figure out if what Maven's policy is on custom qualifiers. I know that there exists specific qualifiers in Version strings that maven checks for, such as:
1.0.0-SNAPSHOT
5.3.0-beta-5
...
1
vote
3answers
171 views
Android Qualifiers Not Working for the Notion Ink Adam
I'm making an app and I'm nearing completion, now I'm trying to optimize it for different screen sizes and pixel densities. One of the devices (using an emulator) is really frustrating me. I can't ...
1
vote
4answers
785 views
What is Qualifiers in C language?
I am reading some text at this url:
https://cs.senecac.on.ca/~btp100/pages/content/varia_p.html
In the section: Qualifiers, they say:
"We can qualify the int type to be sure that it contains a ...
1
vote
2answers
733 views
Type Qualifiers for a device class in CUDA
I'm currently attempting to make a piece of CUDA code with a class that will be used solely on the device side (i.e. host doesn't need to know of it's existence). However I cannot work out the correct ...
1
vote
3answers
85 views
c++ qualifier error
I have begun writing some code for a library I need. The following code gives me an error
class node {
public:
node() { }
node(const node&);
~node() { }
luint getID() { return ...
1
vote
1answer
336 views
Qualifiers for printf on WinCE
On WinCE, when using printf, what are the qualifiers for various data types - short, unsigned long etc.
For short and ulong, I know the answers are %hd & %lu, I am actually looking for a MSDN ...
1
vote
7answers
710 views
Is there any downside to redundant qualifiers? Any benefit?
For example, referencing something as System.Data.Datagrid as opposed to just Datagrid. Please provide examples and explanation. Thanks.
0
votes
2answers
51 views
C++: const volatile methods
I'm having a brain cramp:
struct MyStruct
{
int x;
...
inline int getX1() const { return x; }
inline int getX2() const volatile { return x; }
};
volatile MyStruct myStruct;
I ...
0
votes
0answers
78 views
How to change the default text qualifier in Excel?
The default text qualifer is double quotes " but this is causing issues for me as I have in my data the " character when I have product descriptions that use that character, e.g. a 23" monitor.
Is ...
0
votes
0answers
64 views
GLSL tessellation control shader unknown qualifiers
when i load my tessellation control shader it ouputs:
0(7) : error C3008: unknown layout specifier 'vertices'
0(15) : error C7565: assignment to varying in gl_TessLevelOuterIn
0(16) : error C7565: ...
0
votes
1answer
77 views
Spring - Qualify injection candidates by designated environment
Edit:
Perhaps a more concise way to ask this question is: Does Spring provide a way for me to resolve ambiguous candidates at injection time by providing my own listener/factory/decision logic?
In ...
0
votes
2answers
137 views
Android: Milestone and Galaxy have same resolution / dpi qualifiers for drawable, how to differentiate?
I'm developing an application that I'm testing on both the Motorola Milestone and the Galaxy Tab 10.1. My issue is that I'm trying to get my icons to scale properly by attaching qualifiers after the ...
0
votes
1answer
268 views
RTL Languages support in android and resource qualifiers
I read this sentence " Android 2.3 added support for right-to-left (RTL) languages"
and now I want to add RTL support to my app. But I do not know what is qualifiers to add to my layouts.
About ...
0
votes
1answer
176 views
WMI GetPropertyQualifierValue “Not found”
My question is really simple, but apparently nobody's experienced a similar error. I'm writing a program to check if a WMI Class's property is writeable, that is, if the "Write" qualifier is true for ...