- MFC/CollectionClass . . . . 4 matches
|| {{{~cpp GetAt(index)}}} || 인덱스로 지정된 배열의 객체를 리턴한다. ||
|| {{{~cpp operator[index]}}} || GetAt()과 동일하게 작동하며, built-in 배열과 동일한 사용법을 제공한다. [[BR]] {{{~cpp pointArray.SetAt}}}(3, NewPoint)[[BR]]{{{~cpp pointArray[3]=NewPoint}}} ||
|| {{{~cpp GetAt()}}} || 특정 위치의 객체를 리턴한다. ||
|| {{{~cpp GetAt()}}} || 특정 위치의 객체를 리턴한다. ||
- Gof/Singleton . . . . 2 matches
delete m_ContainerOfSingleton->GetAt(position);
return m_ContainerOfSingleton->GetAt(position);
- DirectDraw . . . . 1 match
hr = lpDDSFront->GetAttachedSurface(&ddscaps, &lpDDSBack); // 1차표면과 접합(같은 속성의 표면을 생성)
- 레밍즈프로젝트/박진하 . . . . 1 match
TYPE GetAt(int nIndex) const;
- 레밍즈프로젝트/프로토타입/STLLIST . . . . 1 match
|| GetAt || Gets the element at a given position. ||
Found 5 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.