书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 650 个相关结果.
  • 定制注解

    定制注解 定制注解 可以定制带类型的编译指示。定制的编译指示不会直接影响代码生成,但宏可以检测到它们的存在。给模板加上 pragma 编译指示就能定义定制的编译指示: template dbTable ( name : string , table_space : string = "" ) {. pragma .} t...
  • 自定义标注

    自定义标注 自定义标注 可以定义自定义类型的编译指示。 自定义编译指示不会直接影响代码生成,但可以通过宏检测它们的存在。 使用带有编译指示“pragma”的注释模板定义自定义编译指示: template dbTable ( name : string , table_space : string = "" ) {. prag...
  • asyncnet

    Asynchronous IO in Nim SSL Examples Chat server Imports Types Procs Exports Source Edit This module implements a high-level asynchronous sockets API based on the as...
  • 开放SDK

    1526 2020-06-15 《APICloud 开发文档》
    acBugtags acc5GSJC acLive acmPush acXimalaya adhub admob adsDomob adsYoumi adTracking adView agoraLive agoraRtc agoraVideo ajAnalytics ajAuth ajAuthNoPush ajpush ...
  • Exception tracking

    439 2020-10-18 《Nim v1.4 Manual》
    Exception tracking Exception tracking Nim supports exception tracking. The raises pragma can be used to explicitly define which exceptions a proc/iterator/method/converter is ...
  • Reference and pointer types

    1215 2020-10-18 《Nim v1.4 Manual》
    Reference and pointer types Reference and pointer types References (similar to pointers in other programming languages) are a way to introduce many-to-one relationships. This ...
  • nre

    What is NRE? Licencing Imports Types Options Procs Iterators Exports Source Edit What is NRE? A regular expression library for Nim using PCRE to do the hard work....
  • typedesc[T]

    typedesc[T] typedesc[T] 在许多情况下,Nim允许您将类型的名称视为常规值。 这些值仅在编译阶段存在,但由于所有值必须具有类型,因此 typedesc 被视为其特殊类型。 typedesc 就像一个通用类型。例如,符号 int 的类型是 typedesc [int] 。 就像常规泛型类型一样,当泛型参数被省略时,typedes...
  • ImportCpp编译指示

    ImportCpp编译指示 命名空间 枚举Importcpp 过程Importcpp @ 是一个支持 cnew 操作的特例。 这是必需的,以便直接内联调用表达式,而无需通过临时位置。 这只是为了规避当前代码生成器的限制。 封装构造函数 封装析构函数 对象的Importcpp ImportCpp编译指示 注意 : c2nim 可以解析C...
  • typedesc[T]

    typedesc[T] typedesc[T] 在许多情况下,Nim允许您将类型的名称视为常规值。 这些值仅在编译阶段存在,但由于所有值必须具有类型,因此 typedesc 被视为其特殊类型。 typedesc 就像一个通用类型。例如,符号 int 的类型是 typedesc [int] 。 就像常规泛型类型一样,当泛型参数被省略时, ty...