aboutsummaryrefslogblamecommitdiffstats
path: root/lib/stdlib/doc/src/erl_expand_records.xml
blob: b6aa75ed03266ef06939a7e1c8e46912811c1127 (plain) (tree)
1
2
3
4
5
6
7
8
                                       





                                     
                       


                                                       




                                                                  
 




                                                                          





                                                            
                               
                   

                         

                           
                                       

                                     
                                                             
               
                                                   
                
 

          
                                     
                                                          
            



                                                                      





                           

                                                                           


            
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE erlref SYSTEM "erlref.dtd">

<erlref>
  <header>
    <copyright>
      <year>2005</year>
      <year>2016</year>
      <holder>Ericsson AB, All Rights Reserved</holder>
    </copyright>
    <legalnotice>
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.

  The Initial Developer of the Original Code is Ericsson AB.
    </legalnotice>

    <title>erl_expand_records</title>
    <prepared>Hans Bolinder</prepared>
    <responsible></responsible>
    <docno></docno>
    <approved></approved>
    <checked></checked>
    <date>2005-12-23</date>
    <rev>PA1</rev>
    <file>erl_expand_records.xml</file>
  </header>
  <module>erl_expand_records</module>
  <modulesummary>Expands records in a module.</modulesummary>
  <description>
    <p>This module expands records in a module.</p>
  </description>

  <funcs>
    <func>
      <name name="module" arity="2"/>
      <fsummary>Expand all records in a module.</fsummary>
      <desc>
        <p>Expands all records in a module to use explicit tuple
        operations and adds explicit module names to calls to BIFs and
        imported functions.  The returned module has no references to
        records, attributes, or code.</p>
      </desc>
    </func>
  </funcs>

  <section>
    <title>See Also</title>
    <p>Section <seealso marker="erts:absform">The Abstract Format</seealso>
      in ERTS User's Guide.</p>
  </section>
</erlref>