Class/Module Index [+]

Quicksearch

Rouge::Lexers::Cpp

Public Class Methods

keywords() click to toggle source
# File lib/rouge/lexers/cpp.rb, line 17
def self.keywords
  @keywords ||= super + Set.new(%(
    asm catch const_cast delete dynamic_cast explicit export
    friend mutable namespace new operator private protected public
    reinterpret_cast restrict static_cast template this throw
    throws typeid typename using virtual
  ))
end
reserved() click to toggle source
# File lib/rouge/lexers/cpp.rb, line 26
def self.reserved
  @reserved ||= super + Set.new(%(
    __virtual_inheritance __uuidof __super __single_inheritance
    __multiple_inheritance __interface __event
  ))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.