You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page named after your query with the appropriate tool.
oc() function shall change the size of the memory object pointed to by ptr to the size specified by size. \\
The contents of the object shall remain unchanged up to the lesser of the new and old sizes. \\
If the new size of the memory object would require movement of the object, the space for the previous instantiation of the object is freed.\\
If the new size is larger, the contents of the newly alloca
loc() function shall allocate unused space for an object whose size in bytes is specified by size and whos... it may be assigned to a pointer \\
to any type of object and then used to access such an object in the spa...
Each such allocation shall yield a pointer to an object disjoint from any other object. The pointer retur
it may be assigned to a \\
pointer to any type of object and then used to access such an object or an arra... Each such allocation shall yield a pointer to an object disjoint \\
from any other object. The pointer re
==== Object ====
^ Name ^ Description ^
| [[java:lang:object:equals|equals]] |Determines whether an other object is equal to this one or not |
| [[java:lang:object:main|main]] |m
====== fpos_t ======
Object containing information to specify a position within a file
This type of object is used to specify a position within a file. An object of this type is capable of specifying unique
t)rect;
</code>
Creates and returns an NSValue object that contains the value of a CGRect.
**Return Value**
- A new NSValue object.
===== ObjC Sourcecode Example =====
<code objc>
//** Sample da... f, 150.0f, 200.0f);
// ** Create nsvalue object **
NSValue *cgRectValue = [NSValue valueWithC
)point;
</code>
Creates and returns an NSValue object that contains the value of a CGPoint.
**Return Value**
- A new NSValue object.
===== ObjC Sourcecode Example =====
<code objc>
// ** Sample ... ke(150.0f, 200.0f);
// ** Create nsvalue object **
NSValue *cgPointValue = [NSValue valueWith
e)size;
</code>
Creates and returns an NSValue object that contains the value of a CGSize.
**Return Value**
- A new NSValue object.
===== ObjC Sourcecode Example =====
<code objc>
// ** Sample d... 200.0f);
// ** Add the value to nsvalue object **
NSValue *cgSizeValue = [NSValue valueWithC
ring[] args) {
/* Create Scanner Object for the input from the keyboard */
Scanne... + currency);
scan.close(); // close the object
}
}
</code>
==== output of nextShort()===
example reference}}
====== equals ======
Compares object and indecates if they equal
<code java>
equals(Object);
return value: boolean true/false
</code>
===== equals Example in java =====
<code java>
ring[] args) {
/* Create Scanner Object for the input from the keyboard */
Scanne... + nextLine);
scan.close(); // close the object
}
}
</code>
==== output of nextLine()====
ring[] args) {
/* Create Scanner Object for the input from the keyboard */
Scanne... + currency);
scan.close(); // close the object
}
}
</code>
==== output of nextFloat()===