代码搜索:Nested
找到约 7,462 项符合「Nested」的源代码
代码结果 7,462
www.eeworm.com/read/441395/1770969
java hibernatetree.java
package com.ponyjava.common.hibernate3;
/**
* Hibernate实现父子结构tree,使用The Nested Set Model
*
* @author liufang
*
*/
public interface HibernateTree {
public static final String LFT = "l
www.eeworm.com/read/440906/1776259
c nttp2.c
// Test for nested template template parameter feature
template struct C
{
int f() { return 0; }
};
template struct D
{
int
www.eeworm.com/read/440906/1776262
c nttp1.c
// Test for nested template template parameter feature
template struct C
{
int f();
};
template int C:
www.eeworm.com/read/440906/1777705
c 891230_01.c
// g++ 1.36.1 bug 891230_01
// g++ gives typedefs which are nested within class declarations a scope
// which is local to the class declaration itself. This causes examples
// like the following to
www.eeworm.com/read/440906/1781773
c 20021204-1.c
/* PR c/7622 */
/* Verify that GCC can handle the mix of
extern inline and nested functions. */
extern inline int t()
{
int q() { return 0; }
return q();
}
int foo()
{
return t();
}
www.eeworm.com/read/440906/1782529
c if-cexp.c
/* { dg-do preprocess } */
/* Test the ? : opearator, for precedence and both true and false. */
#if 1 ? 1 ? 2 : 0 : 0
#error OK /* { dg-error "OK" "nested ? :" } */
#endif
#if ((0) ? (1) ? (2)
www.eeworm.com/read/438783/1822434
java hibernatetree.java
package com.ponyjava.common.hibernate3;
/**
* Hibernate实现父子结构tree,使用The Nested Set Model
*
* @author liufang
*
*/
public interface HibernateTree {
public static final String LFT = "l
www.eeworm.com/read/438718/1823108
py multifil.py
# A class that makes each part of a multipart message "feel" like an
# ordinary file, as long as you use fp.readline(). Allows recursive
# use, for nested multipart messages. Probably best used toge
www.eeworm.com/read/436726/1845375
java hibernatetree.java
package com.ponyjava.common.hibernate3;
/**
* Hibernate实现父子结构tree,使用The Nested Set Model
*
* @author liufang
*
*/
public interface HibernateTree {
public static final String LFT = "l
www.eeworm.com/read/435654/1863191
java hibernatetree.java
package com.ponyjava.common.hibernate3;
/**
* Hibernate实现父子结构tree,使用The Nested Set Model
*
* @author liufang
*
*/
public interface HibernateTree {
public static final String LFT = "l