About: Show what function the cursor is in   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

This function works well in the following testcase: void draw() { // When cursor is here, WhatFunction() shows "draw" glClear(GL_COLOR_BUFFER_BIT {{|}} GL_DEPTH_BUFFER_BIT); } typedef struct { int ident; // { <- braces in comments are ignored thanks to %. Great! int version; // here it shows "} HEADER" } HEADER; # define EX(a, b, c, d) a enum CMD_index #endif { EX(CMD_append, "append", ex_append); // here "enum CMD_index..." }; class Sys { public: load() { // NG: here, it shows "Sys" instead of "load"... } }; class Camera : public Object { public: void init(); }; void Camera::init() { // here WhatFunction shows "init" }

AttributesValues
rdfs:label
  • Show what function the cursor is in
rdfs:comment
  • This function works well in the following testcase: void draw() { // When cursor is here, WhatFunction() shows "draw" glClear(GL_COLOR_BUFFER_BIT {{|}} GL_DEPTH_BUFFER_BIT); } typedef struct { int ident; // { <- braces in comments are ignored thanks to %. Great! int version; // here it shows "} HEADER" } HEADER; # define EX(a, b, c, d) a enum CMD_index #endif { EX(CMD_append, "append", ex_append); // here "enum CMD_index..." }; class Sys { public: load() { // NG: here, it shows "Sys" instead of "load"... } }; class Camera : public Object { public: void init(); }; void Camera::init() { // here WhatFunction shows "init" }
Version
  • n/a
dbkwik:vim/property/wikiPageUsesTemplate
Previous
  • 1440(xsd:integer)
Category
  • C
  • C++
Author
  • Shotaro Aoyama
Complexity
  • intermediate
Created
  • 2007-01-01(xsd:date)
ID
  • 1454(xsd:integer)
NEXT
  • 1455(xsd:integer)
Rating
  • 11(xsd:integer)
abstract
  • This function works well in the following testcase: void draw() { // When cursor is here, WhatFunction() shows "draw" glClear(GL_COLOR_BUFFER_BIT {{|}} GL_DEPTH_BUFFER_BIT); } typedef struct { int ident; // { <- braces in comments are ignored thanks to %. Great! int version; // here it shows "} HEADER" } HEADER; # define EX(a, b, c, d) a enum CMD_index #endif { EX(CMD_append, "append", ex_append); // here "enum CMD_index..." }; class Sys { public: load() { // NG: here, it shows "Sys" instead of "load"... } }; class Camera : public Object { public: void init(); }; void Camera::init() { // here WhatFunction shows "init" }
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software