FUNCTION POINTERS 한국어 뜻 - 한국어 번역

['fʌŋkʃn 'pointəz]
['fʌŋkʃn 'pointəz]
함수 포인터
function pointers
function pointers

영어에서 Function pointers 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
How do function pointers in C work?
Function-pointers 함수에서 - C에서 함수 포인터는 어떻게 작동합니까?
Tr1:: function objects act like generalized function pointers.
Tr1:: funtion 객체는 일반화된 함수 포인터처럼 동작한다.
Unlike function pointers, delegates are object-oriented and type safe.
함수 포인터와 달리 대리자는 개체 지향적 이며 형식 안전.
Tr1:: function objects act like generalized function pointers.
L tr1:: function 객체는 일반화된 함수 포인터처럼 동작 한다.
Delegates are like C++ function pointers but are type safe.
대리자는 C++의 함수 포인터와 비슷하지만 형식 안전성과 보안성을 제공한다는 점이 다릅니다.
Unlike function pointers, delegates are object-oriented and type safe.
함수 포인터와는 달리 대리자는 개체 지향적이고 형식이 안전하며 보안이 유지됩니다.
Delegates are similar to C++ function pointers, but are type safe.
대리자는 C++의 함수 포인터와 비슷하지만 형식 안전성과 보안성을 제공한다는 점이 다릅니다.
Unlike function pointers, delegates are object-oriented, type-safe, and secure.
함수 포인터와는 달리 대리자는 개체 지향적이고 형식이 안전하며 보안이 유지됩니다.
If your language supports delegates/function pointers, understand it.
본인이 사용하는 언어가 delegates/function pointers 를 지원한다면 이를 이해한다.
SOLVED Why are function pointers and data pointers incompatible in C/C++?
함수 포인터와 데이터 포인터가 C / C ++에서 호환되지 않는 이유는 무엇입니까?
Unlike function pointers in C or C++, delegates are object-oriented, type-safe, and secure.
C 또는 c + + 함수 포인터와 달리 대리자는 개체 지향이 고 형식이 안전 하며 더 안전 합니다.
Delegates are roughly similar to function pointers in C++, but they are type-safe and secure.
대리자는 C++의 함수 포인터와 비슷하지만 형식 안전성과 보안성을 제공한다는 점이 다릅니다. Delegates are similar to function pointers in C++; however, delegates are type-safe and secure.
Unlike function pointers in C or C++, delegates are object-oriented, type-safe, and secure.
C 또는 C++의 함수 포인터와 달리 대리자는 개체 지향적이 고 형식이 안전 하며 보안이 강화 됩니다.
Delegates are similar to function pointers in C++; however, delegates are type-safe and secure.
대리자는 C++의 함수 포인터와 비슷하지만 형식 안전성과 보안성을 제공한다는 점이 다릅니다. Delegates are similar to function pointers in C++; however, delegates are type-safe and secure.
Since both functors and function pointers can be invoked using the syntax of a function call, they are interchangeable as arguments to templates when the corresponding parameter only appears in function call contexts.
함수자와 함수 포인터 모두 함수 호출의 문법을 사용해서 유발될 수 있기 때문에, 이것들은 상응하는 파라미터가 오직 함수 호출 문맥에서만 보일 때 인자로서 교체될 수 있다.
They are also similar to the concept of function pointers found in some other languages, but unlike function pointers, delegates are object-oriented and type-safe.
또한 대리자는 다른 언어에 나오는 함수 포인터의 개념과 비슷하지만 함수 포인터와 달리 대리자는 개체 지향적이며 형식 안전 방식입니다. Delegates are similar to the concept of function pointers found in some other languages, but unlike function pointers, delegates are object-oriented and type-safe.
Foo is a combination of the object pointer&myObject and the member function pointer foo.
Foo는 개체 포인터와 myObject 및 멤버 함수 포인터 foo의 조합입니다.
The parameters of the function pointer can be also represented as pointers for unmanaged types.
또한 함수 포인터의 파라미터도 관리되지 않는 형식의 포인터로 표현할 수 있습니다.
Unfortunately, C++ does not offer anything like this. myObject.foo is a combination of the object pointer&myObject and the member function pointer foo.
불행히도 C ++는 이와 같은 것을 제공하지 않습니다. myObject.foo는 개체 포인터와 myObject 및 멤버 함수 포인터 foo의 조합입니다.
Listing 19-35: Using the fn type to accept a function pointer as an argument.
Listing 19-35: fn 타입을 사용하여 함수 포인터를 인자로서 허용하기.
The closest equivalent of a delegate in C or C++ is a function pointer, but whereas a function pointer can only reference static functions, a delegate can reference both static and instance methods.
C 또는 C++ 의 대리자와 가장 유사한 것은 함수 포인터 이지만 함수 포인터는 정적 함수만 참조할 수 있지만 대리자는 정적 메서드와 인스턴스 메서드를 모두 참조할 수 있습니다. The closest equivalent of a delegate in C or C++ is a function pointer, but whereas a function pointer can only reference static functions, a delegate can reference both static and instance methods.
The sa_handler member declaration in FreeBSD include files is that ofANSI C(as required by POSIX), so a function pointer of a BSD Ns-style function needs to be casted to compile without warning.
FreeBSD 인클루드 파일의 sa_handler 멤버 선언은, (POSIX 의 요구에 따라) ANSI C 의 것입니다. 그 때문에,BSD 스타일의 함수의 포인터의 경우, 경고 메세지를 없게 해 컴파일 하려면 캐스트 할 필요가 있습니다.
For example, we can convert a C delegate to an unmanaged function pointer, then pass a C method to the native side.
예를 들어, C delegate를 관리되지 않는 함수 포인터로 변환하면 C 메서드를 네이티브로 전달할 수 있습니다.
Description: An issue existed in the Monitor Control Command Set kernel extension by which a userland process could control the value of a function pointer within the kernel.
설명: 모니터 제어 명령 세트 커널 확장 파일에서 UserLand 프로세스에 의해 커널 내의 기능 포인터 값이 제어될 수 있는 문제가 발생합니다.
Like the static function in the C function pointer approach, the lambda captures the"this" pointer so that it can get into the class.
C 함수 포인터 접근 방식의 정적 함수와 마찬가지로 lambda는 클래스에 들어갈 수 있도록 « this » 포인터를 캡처합니다.
결과: 25, 시각: 0.0436

문장에서 "function pointers"을 사용하는 방법

These function pointers must point to defined functions.
Do not cast function pointers into other types.
Like C, function pointers have a particular type.
function pointers are only used in specific cases.
Why are there no function pointers in Java?
Except for, simulating function pointers and call backs.
>These 2 function pointers documentation are the same.
Conversions from function pointers to object pointers (5.2.10).
Array of function pointers & variable function types?
The macro and function pointers are described below.

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어